| Constructor and Description |
|---|
XCfgSetParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
XCfgSetParams |
idmpDuration(int duration)
Set the duration (in seconds) that Redis keeps each idempotent ID.
|
XCfgSetParams |
idmpMaxsize(int maxsize)
Set the maximum number of most recent idempotent IDs that Redis keeps for each producer ID.
|
static XCfgSetParams |
xCfgSetParams() |
public static XCfgSetParams xCfgSetParams()
public XCfgSetParams idmpDuration(int duration)
duration - duration in seconds (1-86400)java.lang.IllegalArgumentException - if duration is not between 1 and 86400public XCfgSetParams idmpMaxsize(int maxsize)
maxsize - maximum number of idempotent IDs per producer (1-10000)java.lang.IllegalArgumentException - if maxsize is not between 1 and 10000public void addParams(CommandArguments args)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2026. All rights reserved.