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.PfMergeCommand |
ReactiveHyperLogLogCommands.PfMergeCommand.into(ByteBuffer destinationKey)
Applies the destinationKey.
|
static ReactiveHyperLogLogCommands.PfMergeCommand |
ReactiveHyperLogLogCommands.PfMergeCommand.valuesIn(Collection<ByteBuffer> sourceKeys)
Creates a new
ReactiveHyperLogLogCommands.PfMergeCommand given a Collection of sourceKeys. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHyperLogLogCommands.PfMergeCommand>> |
ReactiveHyperLogLogCommands.pfMerge(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfMergeCommand> commands)
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHyperLogLogCommands.PfMergeCommand>> |
ReactiveHyperLogLogCommands.pfMerge(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfMergeCommand> commands)
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHyperLogLogCommands.PfMergeCommand>> |
LettuceReactiveHyperLogLogCommands.pfMerge(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfMergeCommand> commands) |
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHyperLogLogCommands.PfMergeCommand>> |
LettuceReactiveClusterHyperLogLogCommands.pfMerge(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfMergeCommand> commands) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHyperLogLogCommands.PfMergeCommand>> |
LettuceReactiveHyperLogLogCommands.pfMerge(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfMergeCommand> commands) |
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHyperLogLogCommands.PfMergeCommand>> |
LettuceReactiveClusterHyperLogLogCommands.pfMerge(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfMergeCommand> commands) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.