public Task <Dictionary <string, string> > HGetAllAsync(string key) => MultiAsync(HashCommands.HGetAll(key));
 public Dictionary <string, string> HGetAll(string key) => Multi(HashCommands.HGetAll(key));