| 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 |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
AbstractRedisAsyncCommands.cmsMerge(K destination,
MergePair<K>... sources) |
reactor.core.publisher.Mono<String> |
AbstractRedisReactiveCommands.cmsMerge(K destination,
MergePair<K>... sources) |
RedisFuture<String> |
AbstractRedisAsyncCommands.cmsMerge(K destination,
MergePair<K> pair) |
reactor.core.publisher.Mono<String> |
AbstractRedisReactiveCommands.cmsMerge(K destination,
MergePair<K> pair) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
RedisCMSAsyncCommands.cmsMerge(K destination,
MergePair<K>... sources)
Merges several source sketches into a single destination sketch, scaling each source's contribution by the weight paired
with it.
|
RedisFuture<String> |
RedisCMSAsyncCommands.cmsMerge(K destination,
MergePair<K> pair)
Merges a single source sketch into a destination sketch, scaling its contribution by the weight paired with it.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<String> |
RedisCMSReactiveCommands.cmsMerge(K destination,
MergePair<K>... sources)
Merges several source sketches into a single destination sketch, scaling each source's contribution by the weight paired
with it.
|
reactor.core.publisher.Mono<String> |
RedisCMSReactiveCommands.cmsMerge(K destination,
MergePair<K> pair)
Merges a single source sketch into a destination sketch, scaling its contribution by the weight paired with it.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RedisCMSCommands.cmsMerge(K destination,
MergePair<K>... sources)
Merges several source sketches into a single destination sketch, scaling each source's contribution by the weight paired
with it.
|
String |
RedisCMSCommands.cmsMerge(K destination,
MergePair<K> pair)
Merges a single source sketch into a destination sketch, scaling its contribution by the weight paired with it.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<String> |
NodeSelectionCMSAsyncCommands.cmsMerge(K destination,
MergePair<K>... sources)
Merges several source sketches into a single destination sketch, scaling each source's contribution by the weight paired
with it.
|
AsyncExecutions<String> |
NodeSelectionCMSAsyncCommands.cmsMerge(K destination,
MergePair<K> pair)
Merges a single source sketch into a destination sketch, scaling its contribution by the weight paired with it.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<String> |
NodeSelectionCMSCommands.cmsMerge(K destination,
MergePair<K>... sources)
Merges several source sketches into a single destination sketch, scaling each source's contribution by the weight paired
with it.
|
Executions<String> |
NodeSelectionCMSCommands.cmsMerge(K destination,
MergePair<K> pair)
Merges a single source sketch into a destination sketch, scaling its contribution by the weight paired with it.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> MergePair<K> |
MergePair.of(K key,
long weight)
Creates a new
MergePair. |
Copyright © 2026 lettuce.io. All rights reserved.