Пример #1
0
 /// <inheritdoc />
 public RedisClientLists(RedisTypedClient <T> client)
 {
     this._client = client;
 }
Пример #2
0
 /// <inheritdoc />
 public RedisClientSortedSets(RedisTypedClient <T> client)
 {
     this._client = client;
 }