| Constructor and Description |
|---|
ZAddParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
ZAddParams |
ch()
Modify the return value from the number of new elements added to the total number of elements
changed
|
boolean |
equals(java.lang.Object o) |
ZAddParams |
gt()
Only update existing elements if the new score is greater than the current score.
|
int |
hashCode() |
ZAddParams |
lt()
Only update existing elements if the new score is less than the current score.
|
ZAddParams |
nx()
Only set the key if it does not already exist.
|
ZAddParams |
xx()
Only set the key if it already exists.
|
static ZAddParams |
zAddParams() |
public static ZAddParams zAddParams()
public ZAddParams nx()
public ZAddParams xx()
public ZAddParams gt()
public ZAddParams lt()
public ZAddParams ch()
public 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 © 2025. All rights reserved.