public class ZIncrByParams extends Params
构造器和说明 |
---|
ZIncrByParams() |
限定符和类型 | 方法和说明 |
---|---|
byte[][] |
getByteParams(byte[] key,
byte[]... args) |
ZIncrByParams |
nx()
Only set the key if it does not already exist.
|
ZIncrByParams |
xx()
Only set the key if it already exist.
|
static ZIncrByParams |
zIncrByParams() |
getByteParams, getParam, toString
public static ZIncrByParams zIncrByParams()
public ZIncrByParams nx()
public ZIncrByParams xx()
public byte[][] getByteParams(byte[] key, byte[]... args)