Uses of Class
org.springframework.data.redis.connection.ReactiveStreamCommands.RangeCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStreamCommands.RangeCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveStreamCommands.RangeCommand.limit
(int count) Applies aLimit
.Applies aLimit
.ReactiveStreamCommands.RangeCommand.stream
(ByteBuffer key) Creates a newReactiveStreamCommands.RangeCommand
given akey
.Applies aRange
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.RangeCommand,
reactor.core.publisher.Flux<ByteBufferRecord>>> ReactiveStreamCommands.xRange
(org.reactivestreams.Publisher<ReactiveStreamCommands.RangeCommand> commands) Read records from a stream within a specificRange
applying aLimit
.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.RangeCommand,
reactor.core.publisher.Flux<ByteBufferRecord>>> ReactiveStreamCommands.xRevRange
(org.reactivestreams.Publisher<ReactiveStreamCommands.RangeCommand> commands) Read records from a stream within a specificRange
applying aLimit
in reverse order.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.RangeCommand,
reactor.core.publisher.Flux<ByteBufferRecord>>> ReactiveStreamCommands.xRange
(org.reactivestreams.Publisher<ReactiveStreamCommands.RangeCommand> commands) Read records from a stream within a specificRange
applying aLimit
.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.RangeCommand,
reactor.core.publisher.Flux<ByteBufferRecord>>> ReactiveStreamCommands.xRevRange
(org.reactivestreams.Publisher<ReactiveStreamCommands.RangeCommand> commands) Read records from a stream within a specificRange
applying aLimit
in reverse order.