| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.executors |
This package contains the implementations of CommandExecutor interface.
|
| Constructor and Description |
|---|
UnifiedJedis(CommandExecutor executor,
ConnectionProvider provider,
CommandObjects commandObjects) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
ClusterCommandExecutor.execute(Connection connection,
CommandObject<T> commandObject)
WARNING: This method is accessible for the purpose of testing.
|
protected <T> T |
RedirectCommandExecutor.execute(Connection connection,
CommandObject<T> commandObject)
WARNING: This method is accessible for the purpose of testing.
|
protected <T> T |
RetryableCommandExecutor.execute(Connection connection,
CommandObject<T> commandObject)
WARNING: This method is accessible for the purpose of testing.
|
protected void |
ClusterCommandExecutor.sleep(long sleepMillis)
WARNING: This method is accessible for the purpose of testing.
|
protected void |
RedirectCommandExecutor.sleep(long sleepMillis)
WARNING: This method is accessible for the purpose of testing.
|
protected void |
RetryableCommandExecutor.sleep(long sleepMillis)
WARNING: This method is accessible for the purpose of testing.
|
Copyright © 2024. All rights reserved.