Uses of Class
org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand
Packages that use 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
Methods in org.springframework.data.redis.connection that return ReactiveHashCommands.HExistsCommandModifier and TypeMethodDescriptionReactiveHashCommands.HExistsCommand.field
(ByteBuffer field) Creates a newReactiveHashCommands.HExistsCommand
given afield name
.ReactiveHashCommands.HExistsCommand.in
(ByteBuffer key) Applies the hash key.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveHashCommands.HExistsCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHashCommands.HExistsCommand>>
ReactiveHashCommands.hExists
(org.reactivestreams.Publisher<ReactiveHashCommands.HExistsCommand> commands) Determine if given hash field exists.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveHashCommands.HExistsCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHashCommands.HExistsCommand>>
ReactiveHashCommands.hExists
(org.reactivestreams.Publisher<ReactiveHashCommands.HExistsCommand> commands) Determine if given hash field exists.