Class ReactiveListCommands.PopCommand

java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveListCommands.PopCommand
All Implemented Interfaces:
ReactiveRedisConnection.Command
Enclosing interface:
ReactiveListCommands

public static class ReactiveListCommands.PopCommand extends ReactiveRedisConnection.KeyCommand
LPOP/RPOP command parameters.
Author:
Christoph Strobl
See Also: