Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand
Packages that use ReactiveZSetCommands.ZRemRangeByScoreCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZRemRangeByScoreCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveZSetCommands.ZRemRangeByScoreCommandModifier and TypeMethodDescriptionReactiveZSetCommands.ZRemRangeByScoreCommand.from(ByteBuffer key) Applies the key.ReactiveZSetCommands.ZRemRangeByScoreCommand.scoresWithin(org.springframework.data.domain.Range<Double> range) Creates a newReactiveZSetCommands.ZRemRangeByScoreCommandgiven aRange.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveZSetCommands.ZRemRangeByScoreCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRemRangeByScoreCommand,Long>> ReactiveZSetCommands.zRemRangeByScore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRemRangeByScoreCommand> commands) Remove elements inRangefrom sorted set withReactiveRedisConnection.KeyCommand.getKey().Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveZSetCommands.ZRemRangeByScoreCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRemRangeByScoreCommand,Long>> ReactiveZSetCommands.zRemRangeByScore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRemRangeByScoreCommand> commands) Remove elements inRangefrom sorted set withReactiveRedisConnection.KeyCommand.getKey().