| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.bloom |
This package contains the classes related to RedisBloom module.
|
| io.valkey.bloom.commands |
This package contains the interfaces that contain methods representing RedisBloom commands.
|
| Modifier and Type | Method and Description |
|---|---|
CommandObject<String> |
CommandObjects.tdigestMerge(TDigestMergeParams mergeParams,
String destinationKey,
String... sourceKeys) |
Response<String> |
PipeliningBase.tdigestMerge(TDigestMergeParams mergeParams,
String destinationKey,
String... sourceKeys) |
String |
UnifiedJedis.tdigestMerge(TDigestMergeParams mergeParams,
String destinationKey,
String... sourceKeys) |
| Modifier and Type | Method and Description |
|---|---|
TDigestMergeParams |
TDigestMergeParams.compression(int compression) |
static TDigestMergeParams |
TDigestMergeParams.mergeParams() |
TDigestMergeParams |
TDigestMergeParams.override() |
| Modifier and Type | Method and Description |
|---|---|
String |
TDigestSketchCommands.tdigestMerge(TDigestMergeParams mergeParams,
String destinationKey,
String... sourceKeys)
TDIGEST.MERGE destination-key numkeys source-key [source-key ...]
[COMPRESSION compression] [OVERRIDE] |
Response<String> |
TDigestSketchPipelineCommands.tdigestMerge(TDigestMergeParams mergeParams,
String destinationKey,
String... sourceKeys) |
Copyright © 2024. All rights reserved.