| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.util |
| Constructor and Description |
|---|
BinaryShardedJedis(List<JedisShardInfo> shards,
Hashing algo)
Deprecated.
|
BinaryShardedJedis(List<JedisShardInfo> shards,
Hashing algo,
Pattern keyTagPattern)
Deprecated.
|
ShardedJedis(List<JedisShardInfo> shards,
Hashing algo)
Deprecated.
|
ShardedJedis(List<JedisShardInfo> shards,
Hashing algo,
Pattern keyTagPattern)
Deprecated.
|
ShardedJedisFactory(List<JedisShardInfo> shards,
Hashing algo,
Pattern keyTagPattern) |
ShardedJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig<ShardedJedis> poolConfig,
List<JedisShardInfo> shards,
Hashing algo)
Deprecated.
|
ShardedJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig<ShardedJedis> poolConfig,
List<JedisShardInfo> shards,
Hashing algo,
Pattern keyTagPattern)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MurmurHash
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
|
| Modifier and Type | Field and Description |
|---|---|
static Hashing |
Hashing.MD5 |
static Hashing |
Hashing.MURMUR_HASH |
| Constructor and Description |
|---|
Sharded(List<S> shards,
Hashing algo)
Deprecated.
|
Sharded(List<S> shards,
Hashing algo,
Pattern tagPattern)
Deprecated.
|
Copyright © 2023. All rights reserved.