| Package | Description | 
|---|---|
| org.springframework.data.redis.connection | Connection package providing low-level abstractions for interacting with
 the various Redis 'drivers'/libraries. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ReactiveHyperLogLogCommands.PfCountCommand | ReactiveHyperLogLogCommands.PfCountCommand. valueIn(ByteBuffer key)Creates a new  ReactiveHyperLogLogCommands.PfCountCommandgiven akey. | 
| static ReactiveHyperLogLogCommands.PfCountCommand | ReactiveHyperLogLogCommands.PfCountCommand. valuesIn(Collection<ByteBuffer> keys)Creates a new  ReactiveHyperLogLogCommands.PfCountCommandgiven aCollectionof keys. | 
| Modifier and Type | Method and Description | 
|---|---|
| reactor.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 Type | Method and Description | 
|---|---|
| reactor.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). | 
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.