| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.providers |
This package contains the implementations of ConnectionProvider interface.
|
| redis.clients.jedis.util |
This package contains the utility classes.
|
| Constructor and Description |
|---|
JedisSharding(java.util.List<HostAndPort> shards,
JedisClientConfig clientConfig,
org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig,
Hashing algo) |
JedisSharding(java.util.List<HostAndPort> shards,
JedisClientConfig clientConfig,
Hashing algo) |
ShardedCommandArguments(Hashing algo,
java.util.regex.Pattern tagPattern,
ProtocolCommand command) |
ShardedCommandArguments(Hashing algo,
ProtocolCommand command) |
ShardedCommandObjects(Hashing algo) |
ShardedCommandObjects(Hashing algo,
java.util.regex.Pattern tagPattern) |
ShardedPipeline(java.util.List<HostAndPort> shards,
JedisClientConfig clientConfig,
org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig,
Hashing algo,
java.util.regex.Pattern tagPattern) |
| Modifier and Type | Method and Description |
|---|---|
Hashing |
ShardedConnectionProvider.getHashingAlgo() |
| Constructor and Description |
|---|
ShardedConnectionProvider(java.util.List<HostAndPort> shards,
JedisClientConfig clientConfig,
org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig,
Hashing algo) |
ShardedConnectionProvider(java.util.List<HostAndPort> shards,
JedisClientConfig clientConfig,
Hashing algo) |
| 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 |
Copyright © 2023. All rights reserved.