Uses of Class
org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveHashCommands.HGetCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveHashCommands.HGetCommand.field
(ByteBuffer field) Creates a newReactiveHashCommands.HGetCommand
given afield name
.ReactiveHashCommands.HGetCommand.fields
(Collection<ByteBuffer> fields) Creates a newReactiveHashCommands.HGetCommand
given aCollection
of field names.ReactiveHashCommands.HGetCommand.from
(ByteBuffer key) Applies the hash key.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveHashCommands.HGetCommand,
ByteBuffer>> ReactiveHashCommands.hMGet
(org.reactivestreams.Publisher<ReactiveHashCommands.HGetCommand> commands) Get values for given fields from hash at key.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveHashCommands.HGetCommand,
ByteBuffer>> ReactiveHashCommands.hMGet
(org.reactivestreams.Publisher<ReactiveHashCommands.HGetCommand> commands) Get values for given fields from hash at key.