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