public Task <string> LPopAsync(string key) => MultiAsync(ListCommands.LPop(key));
 public string LPop(string key) => Multi(ListCommands.LPop(key));