示例#1
0
 /// <inheritdoc />
 public RedisClientLists(RedisTypedClient <T> client)
 {
     this._client = client;
 }
示例#2
0
 /// <inheritdoc />
 public RedisClientSortedSets(RedisTypedClient <T> client)
 {
     this._client = client;
 }