Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.commands | |
redis.clients.jedis.params |
Modifier and Type | Method and Description |
---|---|
Response<Long> |
PipelineBase.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Long |
BinaryShardedJedis.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap)
Deprecated.
|
Long |
BinaryJedisCluster.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap)
Deprecated.
|
Long |
BinaryJedis.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap)
Deprecated.
|
void |
BinaryClient.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap)
Deprecated.
|
Long |
ShardedJedis.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap)
Deprecated.
|
Response<Long> |
PipelineBase.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
Long |
JedisCluster.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
Long |
Jedis.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
void |
Client.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Response<Long> |
BinaryRedisPipeline.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Long |
BinaryJedisCommands.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Long |
BinaryJedisClusterCommands.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Response<Long> |
RedisPipeline.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
Long |
JedisCommands.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
Long |
JedisClusterCommands.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
Modifier and Type | Method and Description |
---|---|
GeoAddParams |
GeoAddParams.ch()
Modify the return value from the number of new elements added, to the total number of elements
changed
|
static GeoAddParams |
GeoAddParams.geoAddParams() |
GeoAddParams |
GeoAddParams.nx()
Don't update already existing elements.
|
GeoAddParams |
GeoAddParams.xx()
Only update elements that already exist.
|
Copyright © 2024. All rights reserved.