Uses of Class
org.springframework.data.redis.connection.ReactiveStringCommands.GetExCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStringCommands.GetExCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveStringCommands.GetExCommand.key
(ByteBuffer key) Creates a newReactiveStringCommands.GetExCommand
given akey
.ReactiveStringCommands.GetExCommand.withExpiration
(Expiration expiration) AppliesExpiration
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveStringCommands.GetExCommand>>
ReactiveStringCommands.getEx
(org.reactivestreams.Publisher<ReactiveStringCommands.GetExCommand> commands) Return the value atkey
and expire the key by applyingExpiration
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveStringCommands.GetExCommand>>
ReactiveStringCommands.getEx
(org.reactivestreams.Publisher<ReactiveStringCommands.GetExCommand> commands) Return the value atkey
and expire the key by applyingExpiration
.