Uses of Class
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveHyperLogLogCommands.PfAddCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveHyperLogLogCommands.PfAddCommand.to
(ByteBuffer key) Applies the key.ReactiveHyperLogLogCommands.PfAddCommand.value
(ByteBuffer value) Creates a newReactiveHyperLogLogCommands.PfAddCommand
given avalue
.ReactiveHyperLogLogCommands.PfAddCommand.values
(Collection<ByteBuffer> values) Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHyperLogLogCommands.PfAddCommand,
Long>> ReactiveHyperLogLogCommands.pfAdd
(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfAddCommand> commands) Adds given values to the HyperLogLog stored at given key.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHyperLogLogCommands.PfAddCommand,
Long>> ReactiveHyperLogLogCommands.pfAdd
(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfAddCommand> commands) Adds given values to the HyperLogLog stored at given key.