Uses of Class
org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
Packages that use ReactiveStringCommands.SetCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStringCommands.SetCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveStringCommands.SetCommandModifier and TypeMethodDescriptionReactiveStringCommands.SetCommand.expiring
(Expiration expiration) AppliesExpiration
.ReactiveStringCommands.SetCommand.set
(ByteBuffer key) Creates a newReactiveStringCommands.SetCommand
given a key.ReactiveStringCommands.SetCommand.value
(ByteBuffer value) Applies the value.ReactiveStringCommands.SetCommand.withSetOption
(RedisStringCommands.SetOption option) AppliesRedisStringCommands.SetOption
.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveStringCommands.SetCommandModifier and TypeMethodDescriptionReactiveStringCommands.getSet
(Publisher<ReactiveStringCommands.SetCommand> commands) Set value for key and return the existing value one by one.ReactiveStringCommands.pSetEX
(Publisher<ReactiveStringCommands.SetCommand> commands) Set key value pairs andExpiration
.ReactiveStringCommands.set
(Publisher<ReactiveStringCommands.SetCommand> commands) Set each and every item separately by invokingReactiveStringCommands.SetCommand
.ReactiveStringCommands.setEX
(Publisher<ReactiveStringCommands.SetCommand> commands) Set key value pairs andExpiration
.ReactiveStringCommands.setGet
(Publisher<ReactiveStringCommands.SetCommand> commands) Set each and every item separately by invokingReactiveStringCommands.SetCommand
.ReactiveStringCommands.setNX
(Publisher<ReactiveStringCommands.SetCommand> values) Set key value pairs, only if key does not exist.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveStringCommands.SetCommandModifier and TypeMethodDescriptionReactiveStringCommands.getSet
(Publisher<ReactiveStringCommands.SetCommand> commands) Set value for key and return the existing value one by one.ReactiveStringCommands.pSetEX
(Publisher<ReactiveStringCommands.SetCommand> commands) Set key value pairs andExpiration
.ReactiveStringCommands.set
(Publisher<ReactiveStringCommands.SetCommand> commands) Set each and every item separately by invokingReactiveStringCommands.SetCommand
.ReactiveStringCommands.setEX
(Publisher<ReactiveStringCommands.SetCommand> commands) Set key value pairs andExpiration
.ReactiveStringCommands.setGet
(Publisher<ReactiveStringCommands.SetCommand> commands) Set each and every item separately by invokingReactiveStringCommands.SetCommand
.ReactiveStringCommands.setNX
(Publisher<ReactiveStringCommands.SetCommand> values) Set key value pairs, only if key does not exist.