Uses of Class
org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveRedisConnection.RangeCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveRedisConnection.RangeCommand.fromIndex
(long start) Applies a lower bound to theRange
.ReactiveRedisConnection.RangeCommand.key
(ByteBuffer key) Creates a newReactiveRedisConnection.RangeCommand
given akey
.ReactiveRedisConnection.RangeCommand.toIndex
(long end) Applies an upper bound to theRange
.Applies aRange
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveRedisConnection.RangeCommand>>
ReactiveStringCommands.getRange
(org.reactivestreams.Publisher<ReactiveRedisConnection.RangeCommand> commands) Get a substring of value of key between start and end.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveRedisConnection.RangeCommand,
reactor.core.publisher.Flux<ByteBuffer>>> ReactiveListCommands.lRange
(org.reactivestreams.Publisher<ReactiveRedisConnection.RangeCommand> commands) Get elements ingetRange()
from list atReactiveRedisConnection.KeyCommand.getKey()
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveRedisConnection.RangeCommand>>
ReactiveListCommands.lTrim
(org.reactivestreams.Publisher<ReactiveRedisConnection.RangeCommand> commands) Trim list atReactiveRedisConnection.KeyCommand.getKey()
to elements withingetRange()
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveRedisConnection.RangeCommand>>
ReactiveStringCommands.getRange
(org.reactivestreams.Publisher<ReactiveRedisConnection.RangeCommand> commands) Get a substring of value of key between start and end.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveRedisConnection.RangeCommand,
reactor.core.publisher.Flux<ByteBuffer>>> ReactiveListCommands.lRange
(org.reactivestreams.Publisher<ReactiveRedisConnection.RangeCommand> commands) Get elements ingetRange()
from list atReactiveRedisConnection.KeyCommand.getKey()
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveRedisConnection.RangeCommand>>
ReactiveListCommands.lTrim
(org.reactivestreams.Publisher<ReactiveRedisConnection.RangeCommand> commands) Trim list atReactiveRedisConnection.KeyCommand.getKey()
to elements withingetRange()
.