public Task <string> BRPopLPushAsync(string source, string destination, int timeout) => MultiAsync(ListCommands.BRPopLPush(source, destination, timeout));
 public string BRPopLPush(string source, string destination, int timeout) => Multi(ListCommands.BRPopLPush(source, destination, timeout));