public class GeoAddParams extends Params
| 构造器和说明 |
|---|
GeoAddParams() |
| 限定符和类型 | 方法和说明 |
|---|---|
GeoAddParams |
ch()
Modify the return value from the number of new elements added, to the total number of elements
changed
|
static GeoAddParams |
geoAddParams() |
byte[][] |
getByteParams(byte[] key,
byte[]... args) |
GeoAddParams |
nx()
Don't update already existing elements.
|
GeoAddParams |
xx()
Only update elements that already exist.
|
getByteParams, getParam, toStringpublic static GeoAddParams geoAddParams()
public GeoAddParams nx()
public GeoAddParams xx()
public GeoAddParams ch()
public byte[][] getByteParams(byte[] key,
byte[]... args)