Class ReactiveListCommands.PushCommand

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

public static class ReactiveListCommands.PushCommand extends ReactiveRedisConnection.KeyCommand
LPUSH/RPUSH command parameters.
Author:
Christoph Strobl
See Also: