예제 #1
0
 internal RedisHashes(RedisClient client, RedisConnection connection)
 {
     this.connection = connection;
     this.client     = client;
 }
예제 #2
0
파일: RedisPubSub.cs 프로젝트: aooshi/adf
 internal RedisPubSub(RedisClient client, RedisConnection connection)
 {
     this.connection = connection;
     this.client     = client;
 }
예제 #3
0
 internal RedisHyperLogLog(RedisClient client, RedisConnection connection)
 {
     this.connection = connection;
     this.client     = client;
 }
예제 #4
0
 internal RedisSortedSets(RedisClient client, RedisConnection connection)
 {
     this.connection = connection;
     this.client     = client;
 }