Uses of Class
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand
Packages that use 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
Methods in org.springframework.data.redis.connection that return ReactiveHyperLogLogCommands.PfAddCommandModifier 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) Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveHyperLogLogCommands.PfAddCommandModifier 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.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveHyperLogLogCommands.PfAddCommandModifier 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.