Beispiel #1
0
 public long IncrementValue(string key, int incrementBy)
 {
     return(client.IncrementValueInHash(hashId, key, incrementBy));
 }