Class ReactiveKeyCommands.DelexCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveKeyCommands.DelexCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
ReactiveKeyCommands
DELEX command parameters.- Since:
- 4.1
- Author:
- Yordan Tsintsov
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncondition(CompareCondition option) Creates a newReactiveKeyCommands.DelexCommandgiven aCompareCondition.key(ByteBuffer key) Applies the key.Methods inherited from class ReactiveRedisConnection.KeyCommand
getKeyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ReactiveRedisConnection.Command
getName
-
Method Details
-
condition
Creates a newReactiveKeyCommands.DelexCommandgiven aCompareCondition.- Parameters:
option- must not be null.- Returns:
- a new
ReactiveKeyCommands.DelexCommandfor aCompareCondition.
-
key
Applies the key. Constructs a new command instance with all previously configured properties.- Parameters:
key- must not be null.- Returns:
- a new
ReactiveKeyCommands.DelexCommandwith key applied.
-
getCondition
-