| 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.
|
| Modifier and Type | Method and Description |
|---|---|
XCfgSetArgs |
XCfgSetArgs.idmpDuration(long duration)
Set the duration (in seconds) that Redis keeps each idempotent ID.
|
static XCfgSetArgs |
XCfgSetArgs.Builder.idmpDuration(long duration)
Creates new
XCfgSetArgs and setting IDMP-DURATION. |
XCfgSetArgs |
XCfgSetArgs.idmpMaxsize(long maxsize)
Set the maximum number of most recent idempotent IDs kept for each producer.
|
static XCfgSetArgs |
XCfgSetArgs.Builder.idmpMaxsize(long maxsize)
Creates new
XCfgSetArgs and sets a IDMP-MAXSIZE. |
| Modifier and Type | Method and Description |
|---|---|
Mono<String> |
AbstractRedisReactiveCommands.xcfgset(K key,
XCfgSetArgs args) |
RedisFuture<String> |
AbstractRedisAsyncCommands.xcfgset(K key,
XCfgSetArgs args) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
RedisStreamAsyncCommands.xcfgset(K key,
XCfgSetArgs args)
Configure idempotency parameters for a stream.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<String> |
RedisStreamReactiveCommands.xcfgset(K key,
XCfgSetArgs args)
Configure idempotency parameters for a stream.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RedisStreamCommands.xcfgset(K key,
XCfgSetArgs args)
Configure idempotency parameters for a stream.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<String> |
NodeSelectionStreamAsyncCommands.xcfgset(K key,
XCfgSetArgs args)
Configure idempotency parameters for a stream.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<String> |
NodeSelectionStreamCommands.xcfgset(K key,
XCfgSetArgs args)
Configure idempotency parameters for a stream.
|
Copyright © 2026 lettuce.io. All rights reserved.