Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.args | |
redis.clients.jedis.commands |
Modifier and Type | Method and Description |
---|---|
Response<String> |
MultiKeyPipelineBase.flushAll(FlushMode flushMode) |
String |
BinaryJedis.flushAll(FlushMode flushMode)
Deprecated.
Delete all the keys of all the existing databases, not just the currently selected one.
|
void |
BinaryClient.flushAll(FlushMode flushMode)
Deprecated.
|
Response<String> |
MultiKeyPipelineBase.flushDB(FlushMode flushMode) |
String |
BinaryJedis.flushDB(FlushMode flushMode)
Deprecated.
Delete all the keys of the currently selected DB.
|
void |
BinaryClient.flushDB(FlushMode flushMode)
Deprecated.
|
String |
BinaryJedisCluster.scriptFlush(byte[] sampleKey,
FlushMode flushMode)
Deprecated.
|
String |
BinaryJedis.scriptFlush(FlushMode flushMode)
Deprecated.
|
void |
BinaryClient.scriptFlush(FlushMode flushMode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static FlushMode |
FlushMode.valueOf(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 |
---|---|
Response<String> |
BasicRedisPipeline.flushAll(FlushMode flushMode) |
String |
BasicCommands.flushAll(FlushMode flushMode)
Delete all the keys of all the existing databases, not just the currently selected one.
|
Response<String> |
BasicRedisPipeline.flushDB(FlushMode flushMode) |
String |
BasicCommands.flushDB(FlushMode flushMode)
Delete all the keys of the currently selected DB.
|
String |
JedisClusterBinaryScriptingCommands.scriptFlush(byte[] sampleKey,
FlushMode flushMode) |
String |
BinaryScriptingCommands.scriptFlush(FlushMode flushMode) |
Copyright © 2024. All rights reserved.