Пример #1
0
 public string PopAndPush(IRedisList toList)
 {
     return(client.PopAndPushItemBetweenLists(listId, toList.Id));
 }