Uses of Class
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveHyperLogLogCommands.PfCountCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveHyperLogLogCommands.PfCountCommand.valueIn
(ByteBuffer key) Creates a newReactiveHyperLogLogCommands.PfCountCommand
given akey
.ReactiveHyperLogLogCommands.PfCountCommand.valuesIn
(Collection<ByteBuffer> keys) Creates a newReactiveHyperLogLogCommands.PfCountCommand
given aCollection
of keys.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHyperLogLogCommands.PfCountCommand,
Long>> ReactiveHyperLogLogCommands.pfCount
(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfCountCommand> commands) Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHyperLogLogCommands.PfCountCommand,
Long>> ReactiveHyperLogLogCommands.pfCount
(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfCountCommand> commands) Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).