| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.args |
This package contains the classes that represent arguments of Redis core commands.
|
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Jedis.flushAll(FlushMode flushMode)
Delete all the keys of all the existing databases, not just the currently selected one.
|
java.lang.String |
Jedis.flushDB(FlushMode flushMode)
Delete all the keys of the currently selected DB.
|
Response<java.lang.String> |
PipeliningBase.functionFlush(FlushMode mode) |
java.lang.String |
UnifiedJedis.functionFlush(FlushMode mode) |
CommandObject<java.lang.String> |
CommandObjects.functionFlush(FlushMode mode) |
java.lang.String |
Jedis.functionFlush(FlushMode mode) |
Response<java.lang.String> |
PipeliningBase.scriptFlush(byte[] sampleKey,
FlushMode flushMode) |
java.lang.String |
UnifiedJedis.scriptFlush(byte[] sampleKey,
FlushMode flushMode) |
CommandObject<java.lang.String> |
CommandObjects.scriptFlush(byte[] sampleKey,
FlushMode flushMode) |
java.lang.String |
Jedis.scriptFlush(FlushMode flushMode) |
Response<java.lang.String> |
PipeliningBase.scriptFlush(java.lang.String sampleKey,
FlushMode flushMode) |
java.lang.String |
UnifiedJedis.scriptFlush(java.lang.String sampleKey,
FlushMode flushMode) |
CommandObject<java.lang.String> |
CommandObjects.scriptFlush(java.lang.String sampleKey,
FlushMode flushMode) |
| Modifier and Type | Method and Description |
|---|---|
static FlushMode |
FlushMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlushMode[] |
FlushMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ServerCommands.flushAll(FlushMode flushMode)
Delete all the keys of all the existing databases, not just the currently selected one.
|
java.lang.String |
ServerCommands.flushDB(FlushMode flushMode)
Delete all the keys of the currently selected DB.
|
java.lang.String |
DatabaseCommands.flushDB(FlushMode flushMode)
Delete all the keys of the currently selected DB.
|
Response<java.lang.String> |
FunctionPipelineCommands.functionFlush(FlushMode mode) |
Response<java.lang.String> |
FunctionPipelineBinaryCommands.functionFlush(FlushMode mode) |
java.lang.String |
FunctionBinaryCommands.functionFlush(FlushMode mode)
Deletes all the libraries, unless called with the optional mode argument, the
'lazyfree-lazy-user-flush' configuration directive sets the effective behavior.
|
java.lang.String |
FunctionCommands.functionFlush(FlushMode mode)
Deletes all the libraries, unless called with the optional mode argument, the
'lazyfree-lazy-user-flush' configuration directive sets the effective behavior.
|
java.lang.String |
SampleBinaryKeyedCommands.scriptFlush(byte[] sampleKey,
FlushMode flushMode) |
Response<java.lang.String> |
SampleBinaryKeyedPipelineCommands.scriptFlush(byte[] sampleKey,
FlushMode flushMode) |
java.lang.String |
ScriptingControlCommands.scriptFlush(FlushMode flushMode) |
java.lang.String |
SampleKeyedCommands.scriptFlush(java.lang.String sampleKey,
FlushMode flushMode) |
Response<java.lang.String> |
SampleKeyedPipelineCommands.scriptFlush(java.lang.String sampleKey,
FlushMode flushMode) |
Copyright © 2025. All rights reserved.