public Task <string> RPopAsync(string key) => MultiAsync(ListCommands.RPop(key));
 public string RPop(string key) => Multi(ListCommands.RPop(key));