| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.args |
This package contains the classes that represent arguments of Redis core commands.
|
| io.valkey.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Jedis.clientPause(long timeout,
ClientPauseMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static ClientPauseMode |
ClientPauseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientPauseMode[] |
ClientPauseMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ClientCommands.clientPause(long timeout,
ClientPauseMode mode)
A connections control command able to suspend all the
Redis clients for the specified amount of time (in milliseconds)
|
String |
ClientBinaryCommands.clientPause(long timeout,
ClientPauseMode mode)
A connections control command able to suspend all the
Redis clients for the specified amount of time (in milliseconds)
|
Copyright © 2024. All rights reserved.