Class ReactiveZSetCommands.ZRemRangeByScoreCommand

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

public static class ReactiveZSetCommands.ZRemRangeByScoreCommand extends ReactiveRedisConnection.KeyCommand
ZREMRANGEBYSCORE command parameters.
Author:
Christoph Strobl
See Also: