Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
Modifier and Type | Method and Description |
---|---|
ReactiveHyperLogLogCommands.PfAddCommand |
ReactiveHyperLogLogCommands.PfAddCommand.to(ByteBuffer key)
Applies the key.
|
static ReactiveHyperLogLogCommands.PfAddCommand |
ReactiveHyperLogLogCommands.PfAddCommand.value(ByteBuffer value)
Creates a new
ReactiveHyperLogLogCommands.PfAddCommand given a value . |
static ReactiveHyperLogLogCommands.PfAddCommand |
ReactiveHyperLogLogCommands.PfAddCommand.values(Collection<ByteBuffer> values)
|
Modifier and Type | Method and Description |
---|---|
reactor.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 Type | Method and Description |
---|---|
reactor.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 Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHyperLogLogCommands.PfAddCommand,Long>> |
LettuceReactiveHyperLogLogCommands.pfAdd(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfAddCommand> commands) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHyperLogLogCommands.PfAddCommand,Long>> |
LettuceReactiveHyperLogLogCommands.pfAdd(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfAddCommand> commands) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.