Exemplo n.º 1
0
 public bool ContainsKey(string key)
 {
     return(client.HashContainsEntry(hashId, key));
 }