Uses of Class
org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveHashCommands.HExistsCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveHashCommands.HExistsCommand.field
(ByteBuffer field) Creates a newReactiveHashCommands.HExistsCommand
given afield name
.ReactiveHashCommands.HExistsCommand.in
(ByteBuffer key) Applies the hash key.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHashCommands.HExistsCommand>>
ReactiveHashCommands.hExists
(org.reactivestreams.Publisher<ReactiveHashCommands.HExistsCommand> commands) Determine if given hash field exists.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHashCommands.HExistsCommand>>
ReactiveHashCommands.hExists
(org.reactivestreams.Publisher<ReactiveHashCommands.HExistsCommand> commands) Determine if given hash field exists.