| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| io.lettuce.core.probabilistic.arguments |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
AbstractRedisAsyncCommands.tdigestMerge(K destination,
K sourceKey,
TDigestMergeArgs mergeArgs) |
reactor.core.publisher.Mono<String> |
AbstractRedisReactiveCommands.tdigestMerge(K destination,
K sourceKey,
TDigestMergeArgs mergeArgs) |
RedisFuture<String> |
AbstractRedisAsyncCommands.tdigestMerge(K destination,
TDigestMergeArgs mergeArgs,
K... sourceKeys) |
reactor.core.publisher.Mono<String> |
AbstractRedisReactiveCommands.tdigestMerge(K destination,
TDigestMergeArgs mergeArgs,
K... sourceKeys) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
RedisTDigestAsyncCommands.tdigestMerge(K destination,
K sourceKey,
TDigestMergeArgs mergeArgs)
Merges a source sketch into the destination sketch applying the given arguments.
|
RedisFuture<String> |
RedisTDigestAsyncCommands.tdigestMerge(K destination,
TDigestMergeArgs mergeArgs,
K... sourceKeys)
Merges one or more source sketches into the destination sketch applying the given arguments.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<String> |
RedisTDigestReactiveCommands.tdigestMerge(K destination,
K sourceKey,
TDigestMergeArgs mergeArgs)
Merges a source sketch into the destination sketch applying the given arguments.
|
reactor.core.publisher.Mono<String> |
RedisTDigestReactiveCommands.tdigestMerge(K destination,
TDigestMergeArgs mergeArgs,
K... sourceKeys)
Merges one or more source sketches into the destination sketch applying the given arguments.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RedisTDigestCommands.tdigestMerge(K destination,
K sourceKey,
TDigestMergeArgs mergeArgs)
Merges a source sketch into the destination sketch applying the given arguments.
|
String |
RedisTDigestCommands.tdigestMerge(K destination,
TDigestMergeArgs mergeArgs,
K... sourceKeys)
Merges one or more source sketches into the destination sketch applying the given arguments.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<String> |
NodeSelectionTDigestAsyncCommands.tdigestMerge(K destination,
K sourceKey,
TDigestMergeArgs mergeArgs)
Merges a source sketch into the destination sketch applying the given arguments.
|
AsyncExecutions<String> |
NodeSelectionTDigestAsyncCommands.tdigestMerge(K destination,
TDigestMergeArgs mergeArgs,
K... sourceKeys)
Merges one or more source sketches into the destination sketch applying the given arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<String> |
NodeSelectionTDigestCommands.tdigestMerge(K destination,
K sourceKey,
TDigestMergeArgs mergeArgs)
Merges a source sketch into the destination sketch applying the given arguments.
|
Executions<String> |
NodeSelectionTDigestCommands.tdigestMerge(K destination,
TDigestMergeArgs mergeArgs,
K... sourceKeys)
Merges one or more source sketches into the destination sketch applying the given arguments.
|
| Modifier and Type | Method and Description |
|---|---|
TDigestMergeArgs |
TDigestMergeArgs.compression(long compression)
Set the compression of the destination sketch.
|
static TDigestMergeArgs |
TDigestMergeArgs.Builder.compression(long compression)
Creates a new
TDigestMergeArgs and sets the compression of the destination sketch. |
static TDigestMergeArgs |
TDigestMergeArgs.Builder.defaults()
Creates a new
TDigestMergeArgs with default settings. |
TDigestMergeArgs |
TDigestMergeArgs.override()
Reset the destination sketch before the merge so that only the source data is retained.
|
static TDigestMergeArgs |
TDigestMergeArgs.Builder.override()
Creates a new
TDigestMergeArgs and sets the override flag. |
Copyright © 2026 lettuce.io. All rights reserved.