public Task <bool> ExistsAsync(string key) => MultiAsync(KeyCommands.Exists(key));
 public bool Exists(string key) => Multi(KeyCommands.Exists(key));