Uses of Enum Class
redis.clients.jedis.args.FlushMode
Packages that use FlushMode
Package
Description
This package contains the classes that represent arguments of Redis core commands.
This package contains the interfaces that contain methods representing Redis core commands.
-
Uses of FlushMode in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type FlushModeModifier and TypeMethodDescriptionDelete all the keys of all the existing databases, not just the currently selected one.Delete all the keys of the currently selected DB.final CommandObject<String> CommandObjects.functionFlush(FlushMode mode) Jedis.functionFlush(FlushMode mode) MultiNodePipelineBase.functionFlush(FlushMode mode) Pipeline.functionFlush(FlushMode mode) TransactionBase.functionFlush(FlushMode mode) UnifiedJedis.functionFlush(FlushMode mode) final CommandObject<String> CommandObjects.scriptFlush(byte[] sampleKey, FlushMode flushMode) final CommandObject<String> CommandObjects.scriptFlush(String sampleKey, FlushMode flushMode) Jedis.scriptFlush(FlushMode flushMode) MultiNodePipelineBase.scriptFlush(byte[] sampleKey, FlushMode flushMode) MultiNodePipelineBase.scriptFlush(String sampleKey, FlushMode flushMode) Pipeline.scriptFlush(byte[] sampleKey, FlushMode flushMode) Pipeline.scriptFlush(String sampleKey, FlushMode flushMode) TransactionBase.scriptFlush(byte[] sampleKey, FlushMode flushMode) TransactionBase.scriptFlush(String sampleKey, FlushMode flushMode) UnifiedJedis.scriptFlush(byte[] sampleKey, FlushMode flushMode) UnifiedJedis.scriptFlush(String sampleKey, FlushMode flushMode) -
Uses of FlushMode in redis.clients.jedis.args
Methods in redis.clients.jedis.args that return FlushMode -
Uses of FlushMode in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type FlushModeModifier and TypeMethodDescriptionDelete all the keys of all the existing databases, not just the currently selected one.Delete all the keys of the currently selected DB.Delete all the keys of the currently selected DB.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.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.FunctionPipelineBinaryCommands.functionFlush(FlushMode mode) FunctionPipelineCommands.functionFlush(FlushMode mode) SampleBinaryKeyedCommands.scriptFlush(byte[] sampleKey, FlushMode flushMode) SampleBinaryKeyedPipelineCommands.scriptFlush(byte[] sampleKey, FlushMode flushMode) SampleKeyedCommands.scriptFlush(String sampleKey, FlushMode flushMode) SampleKeyedPipelineCommands.scriptFlush(String sampleKey, FlushMode flushMode) ScriptingControlCommands.scriptFlush(FlushMode flushMode)