| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands | |
| redis.clients.jedis.params |
| Modifier and Type | Method and Description |
|---|---|
Response<Long> |
Pipeline.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Response<Long> |
MultiNodePipelineBase.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Response<Long> |
TransactionBase.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
long |
Jedis.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
long |
UnifiedJedis.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
CommandObject<Long> |
CommandObjects.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Response<Long> |
Pipeline.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
Response<Long> |
MultiNodePipelineBase.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
Response<Long> |
TransactionBase.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
long |
Jedis.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
long |
UnifiedJedis.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
CommandObject<Long> |
CommandObjects.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
| Modifier and Type | Method and Description |
|---|---|
long |
GeoBinaryCommands.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Response<Long> |
GeoPipelineBinaryCommands.geoadd(byte[] key,
GeoAddParams params,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Response<Long> |
GeoPipelineCommands.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap) |
long |
GeoCommands.geoadd(String key,
GeoAddParams params,
Map<String,GeoCoordinate> memberCoordinateMap)
Adds the specified geospatial items (in memberCoordinateMap) to the specified key.
|
| 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 © 2022. All rights reserved.