internal RedisHashes(RedisClient client, RedisConnection connection) { this.connection = connection; this.client = client; }
internal RedisPubSub(RedisClient client, RedisConnection connection) { this.connection = connection; this.client = client; }
internal RedisHyperLogLog(RedisClient client, RedisConnection connection) { this.connection = connection; this.client = client; }
internal RedisSortedSets(RedisClient client, RedisConnection connection) { this.connection = connection; this.client = client; }