Ejemplo n.º 1
0
 public long Decrement(string key, string value)
 {
     return(StackRedis.Decrement(key, value));
 }