public Task <string> RPopLPushAsync(string source, string destination) => MultiAsync(ListCommands.RPopLPush(source, destination));
 public string RPopLPush(string source, string destination) => Multi(ListCommands.RPopLPush(source, destination));