Uses of Class
org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand
Packages that use ReactiveHashCommands.HDelCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveHashCommands.HDelCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveHashCommands.HDelCommandModifier and TypeMethodDescriptionReactiveHashCommands.HDelCommand.field
(ByteBuffer field) Creates a newReactiveHashCommands.HDelCommand
given afield name
.ReactiveHashCommands.HDelCommand.fields
(Collection<ByteBuffer> fields) Creates a newReactiveHashCommands.HDelCommand
given aCollection
of field names.ReactiveHashCommands.HDelCommand.from
(ByteBuffer key) Applies the hash key.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveHashCommands.HDelCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HDelCommand,
Long>> ReactiveHashCommands.hDel
(org.reactivestreams.Publisher<ReactiveHashCommands.HDelCommand> commands) Delete given hash fields.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveHashCommands.HDelCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HDelCommand,
Long>> ReactiveHashCommands.hDel
(org.reactivestreams.Publisher<ReactiveHashCommands.HDelCommand> commands) Delete given hash fields.