Ejemplo n.º 1
0
 internal RedisHashes(RedisClient client, RedisConnection connection)
 {
     this.connection = connection;
     this.client     = client;
 }
Ejemplo n.º 2
0
 internal RedisPubSub(RedisClient client, RedisConnection connection)
 {
     this.connection = connection;
     this.client     = client;
 }
Ejemplo n.º 3
0
 internal RedisHyperLogLog(RedisClient client, RedisConnection connection)
 {
     this.connection = connection;
     this.client     = client;
 }
Ejemplo n.º 4
0
 internal RedisSortedSets(RedisClient client, RedisConnection connection)
 {
     this.connection = connection;
     this.client     = client;
 }