use foundationdb as fdb;
use Alphanumeric;
use Rng;
/// generate random string. Foundationdb watch only fires when value changed, so updating with same
/// value twice will not fire watches. To make examples work over multiple run, we use random
/// string as a value.
pub async