Uses of Class
org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStringCommands.BitCountCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveStringCommands.BitCountCommand.bitCount
(ByteBuffer key) Creates a newReactiveStringCommands.BitCountCommand
given a key.Applies theRange
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.BitCountCommand,
Long>> ReactiveStringCommands.bitCount
(org.reactivestreams.Publisher<ReactiveStringCommands.BitCountCommand> commands) Count the number of set bits (population counting) of value stored at key between start and end.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.BitCountCommand,
Long>> ReactiveStringCommands.bitCount
(org.reactivestreams.Publisher<ReactiveStringCommands.BitCountCommand> commands) Count the number of set bits (population counting) of value stored at key between start and end.