Uses of Class
org.springframework.data.redis.connection.ReactiveStringCommands.GetExCommand
Packages that use 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
Methods in org.springframework.data.redis.connection that return ReactiveStringCommands.GetExCommandModifier and TypeMethodDescriptionReactiveStringCommands.GetExCommand.key
(ByteBuffer key) Creates a newReactiveStringCommands.GetExCommand
given akey
.ReactiveStringCommands.GetExCommand.withExpiration
(Expiration expiration) AppliesExpiration
.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveStringCommands.GetExCommandModifier 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
.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveStringCommands.GetExCommandModifier 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
.