Uses of Class
org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand
Packages that use 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
Methods in org.springframework.data.redis.connection that return ReactiveHashCommands.HGetCommandModifier and TypeMethodDescriptionReactiveHashCommands.HGetCommand.field(ByteBuffer field) Creates a newReactiveHashCommands.HGetCommandgiven afield name.ReactiveHashCommands.HGetCommand.fields(Collection<ByteBuffer> fields) Creates a newReactiveHashCommands.HGetCommandgiven aCollectionof field names.ReactiveHashCommands.HGetCommand.from(ByteBuffer key) Applies the hash key.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveHashCommands.HGetCommandModifier 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.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveHashCommands.HGetCommandModifier 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.