public Task <string> RandomKeyAsync() => MultiAsync(KeyCommands.RandomKey());
 public string RandomKey() => Multi(KeyCommands.RandomKey());