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)
Deprecated.
|
JedisSharding(java.util.List<HostAndPort> shards,
JedisClientConfig clientConfig,
Hashing algo)
Deprecated.
|
ShardedCommandArguments(Hashing algo,
java.util.regex.Pattern tagPattern,
ProtocolCommand command)
Deprecated.
|
ShardedCommandArguments(Hashing algo,
ProtocolCommand command)
Deprecated.
|
ShardedCommandObjects(Hashing algo)
Deprecated.
|
ShardedCommandObjects(Hashing algo,
java.util.regex.Pattern tagPattern)
Deprecated.
|
ShardedPipeline(java.util.List<HostAndPort> shards,
JedisClientConfig clientConfig,
org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig,
Hashing algo,
java.util.regex.Pattern tagPattern)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Hashing |
ShardedConnectionProvider.getHashingAlgo()
Deprecated.
|
Constructor and Description |
---|
ShardedConnectionProvider(java.util.List<HostAndPort> shards,
JedisClientConfig clientConfig,
org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig,
Hashing algo)
Deprecated.
|
ShardedConnectionProvider(java.util.List<HostAndPort> shards,
JedisClientConfig clientConfig,
Hashing algo)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
MurmurHash
Deprecated.
Sharding/Sharded feature will be removed in next major release.
|
Modifier and Type | Field and Description |
---|---|
static Hashing |
Hashing.MD5
Deprecated.
|
static Hashing |
Hashing.MURMUR_HASH
Deprecated.
|
Copyright © 2023. All rights reserved.