Uses of Class
org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveHashCommands.HSetCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveHashCommands.HSetCommand.fieldValues
(Map<ByteBuffer, ByteBuffer> fieldValueMap) Creates a newReactiveHashCommands.HSetCommand
given aMap
of field values.ReactiveHashCommands.HSetCommand.forKey
(ByteBuffer key) Applies the key.ReactiveHashCommands.HSetCommand.ifValueNotExists()
Disable upsert.ReactiveHashCommands.HSetCommand.ofField
(ByteBuffer field) Applies a field.ReactiveHashCommands.HSetCommand.value
(ByteBuffer value) Creates a newReactiveHashCommands.HSetCommand
given akey
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHashCommands.HSetCommand>>
ReactiveHashCommands.hSet
(org.reactivestreams.Publisher<ReactiveHashCommands.HSetCommand> commands) Set the value of a hash field.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHashCommands.HSetCommand>>
ReactiveHashCommands.hSet
(org.reactivestreams.Publisher<ReactiveHashCommands.HSetCommand> commands) Set the value of a hash field.