Uses of Class
org.springframework.data.redis.connection.ReactiveStreamCommands.TrimCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStreamCommands.TrimCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveStreamCommands.TrimCommand.approximate()
Applies approximate trimming.ReactiveStreamCommands.TrimCommand.approximate
(boolean approximateTrimming) AppliesapproximateTrimming
.ReactiveStreamCommands.TrimCommand.stream
(ByteBuffer key) Creates a newReactiveStreamCommands.TrimCommand
given akey
.ReactiveStreamCommands.TrimCommand.to
(long count) Applies the numeric count.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveRedisConnection.KeyCommand,
Long>> ReactiveStreamCommands.xTrim
(org.reactivestreams.Publisher<ReactiveStreamCommands.TrimCommand> commands) Trims the stream tocount
elements.