Uses of Class
org.springframework.data.redis.connection.ReactiveHashCommands.HStrLenCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveHashCommands.HStrLenCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveHashCommands.HStrLenCommand.from
(ByteBuffer key) Define thekey
the hash is stored at.ReactiveHashCommands.HStrLenCommand.lengthOf
(ByteBuffer field) Specify thefield
within the hash to get the length of thevalue
of.ΓΈModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HStrLenCommand,
Long>> ReactiveHashCommands.hStrLen
(org.reactivestreams.Publisher<ReactiveHashCommands.HStrLenCommand> commands) Get the length of the value associated withfield
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHashCommands.HStrLenCommand,
Long>> ReactiveHashCommands.hStrLen
(org.reactivestreams.Publisher<ReactiveHashCommands.HStrLenCommand> commands) Get the length of the value associated withfield
.