コード例 #1
0
 public Task <string> RPopLPushAsync(string source, string destination) => MultiAsync(ListCommands.RPopLPush(source, destination));
コード例 #2
0
 public string RPopLPush(string source, string destination) => Multi(ListCommands.RPopLPush(source, destination));