コード例 #1
0
 public T PopAndPush(IRedisList <T> toList)
 {
     return(client.PopAndPushItemBetweenLists(this, toList));
 }