コード例 #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;
 }