| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| redis.clients.jedis.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Jedis.xcfgset(byte[] key,
XCfgSetParams params) |
Response<byte[]> |
PipeliningBase.xcfgset(byte[] key,
XCfgSetParams params) |
byte[] |
UnifiedJedis.xcfgset(byte[] key,
XCfgSetParams params) |
CommandObject<byte[]> |
CommandObjects.xcfgset(byte[] key,
XCfgSetParams params) |
java.lang.String |
Jedis.xcfgset(java.lang.String key,
XCfgSetParams params) |
Response<java.lang.String> |
PipeliningBase.xcfgset(java.lang.String key,
XCfgSetParams params) |
java.lang.String |
UnifiedJedis.xcfgset(java.lang.String key,
XCfgSetParams params) |
CommandObject<java.lang.String> |
CommandObjects.xcfgset(java.lang.String key,
XCfgSetParams params) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
StreamBinaryCommands.xcfgset(byte[] key,
XCfgSetParams params)
XCFGSET key [IDMP-DURATION duration] [IDMP-MAXSIZE maxsize]
Configure idempotent producer settings for a stream.
|
Response<byte[]> |
StreamPipelineBinaryCommands.xcfgset(byte[] key,
XCfgSetParams params)
XCFGSET key [IDMP-DURATION duration] [IDMP-MAXSIZE maxsize]
Configure idempotent producer settings for a stream.
|
java.lang.String |
StreamCommands.xcfgset(java.lang.String key,
XCfgSetParams params)
XCFGSET key [IDMP-DURATION duration] [IDMP-MAXSIZE maxsize]
Configure idempotent producer settings for a stream.
|
Response<java.lang.String> |
StreamPipelineCommands.xcfgset(java.lang.String key,
XCfgSetParams params)
XCFGSET key [IDMP-DURATION duration] [IDMP-MAXSIZE maxsize]
Configure idempotent producer settings for a stream.
|
| Modifier and Type | Method and Description |
|---|---|
XCfgSetParams |
XCfgSetParams.idmpDuration(int duration)
Set the duration (in seconds) that Redis keeps each idempotent ID.
|
XCfgSetParams |
XCfgSetParams.idmpMaxsize(int maxsize)
Set the maximum number of most recent idempotent IDs that Redis keeps for each producer ID.
|
static XCfgSetParams |
XCfgSetParams.xCfgSetParams() |
Copyright © 2026. All rights reserved.