Uses of Class
org.springframework.data.redis.connection.ReactiveHashCommands.HGetDelCommand
Packages that use ReactiveHashCommands.HGetDelCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveHashCommands.HGetDelCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveHashCommands.HGetDelCommandModifier and TypeMethodDescriptionReactiveHashCommands.HGetDelCommand.field(ByteBuffer field) Creates a newReactiveHashCommands.HGetDelCommandgiven afield name.ReactiveHashCommands.HGetDelCommand.fields(Collection<ByteBuffer> fields) Creates a newReactiveHashCommands.HGetDelCommandgiven aCollectionof field names.ReactiveHashCommands.HGetDelCommand.from(ByteBuffer key) Applies the hash key.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveHashCommands.HGetDelCommandModifier and TypeMethodDescriptionReactiveHashCommands.hGetDel(Publisher<ReactiveHashCommands.HGetDelCommand> commands) Get and delete the value of one or more fields from hash at key.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveHashCommands.HGetDelCommandModifier and TypeMethodDescriptionReactiveHashCommands.hGetDel(Publisher<ReactiveHashCommands.HGetDelCommand> commands) Get and delete the value of one or more fields from hash at key.