| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.executors |
This package contains the implementations of CommandExecutor interface.
|
| Constructor and Description |
|---|
UnifiedJedis(RedirectConnectionProvider provider,
int maxAttempts,
Duration maxTotalRetriesDuration)
Constructs a
UnifiedJedis instance with the given parameters. |
UnifiedJedis(RedirectConnectionProvider provider,
int maxAttempts,
Duration maxTotalRetriesDuration,
RedisProtocol protocol)
A constructor with an additional parameter for customizing the Redis communication protocol.
|
| Modifier and Type | Field and Description |
|---|---|
RedirectConnectionProvider |
RedirectCommandExecutor.provider |
| Constructor and Description |
|---|
RedirectCommandExecutor(RedirectConnectionProvider provider,
int maxAttempts,
Duration maxTotalRetriesDuration) |
Copyright © 2024. All rights reserved.