Uses of Class
org.springframework.data.redis.connection.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
Modifier 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.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HDelCommand,
Long>> ReactiveHashCommands.hDel
(org.reactivestreams.Publisher<ReactiveHashCommands.HDelCommand> commands) Delete given hash fields.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HDelCommand,
Long>> ReactiveHashCommands.hDel
(org.reactivestreams.Publisher<ReactiveHashCommands.HDelCommand> commands) Delete given hash fields.