Exemplo n.º 1
0
 public void Move(string value, IRedisSet toSet)
 {
     client.MoveBetweenSets(setId, toSet.Id, value);
 }