Constructor parameters in redis.clients.jedis with type arguments of type JedisShardInfo |
BinaryShardedJedis(List<JedisShardInfo> shards)
|
BinaryShardedJedis(List<JedisShardInfo> shards,
Hashing algo)
|
BinaryShardedJedis(List<JedisShardInfo> shards,
Hashing algo,
Pattern keyTagPattern)
|
BinaryShardedJedis(List<JedisShardInfo> shards,
Pattern keyTagPattern)
|
ShardedJedis(List<JedisShardInfo> shards)
|
ShardedJedis(List<JedisShardInfo> shards,
Hashing algo)
|
ShardedJedis(List<JedisShardInfo> shards,
Hashing algo,
Pattern keyTagPattern)
|
ShardedJedis(List<JedisShardInfo> shards,
Pattern keyTagPattern)
|
ShardedJedisPool(org.apache.commons.pool.impl.GenericObjectPool.Config poolConfig,
List<JedisShardInfo> shards)
|
ShardedJedisPool(org.apache.commons.pool.impl.GenericObjectPool.Config poolConfig,
List<JedisShardInfo> shards,
Hashing algo)
|
ShardedJedisPool(org.apache.commons.pool.impl.GenericObjectPool.Config poolConfig,
List<JedisShardInfo> shards,
Hashing algo,
Pattern keyTagPattern)
|
ShardedJedisPool(org.apache.commons.pool.impl.GenericObjectPool.Config poolConfig,
List<JedisShardInfo> shards,
Pattern keyTagPattern)
|