| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands | |
| redis.clients.jedis.params | |
| redis.clients.jedis.resps |
| Modifier and Type | Field and Description |
|---|---|
static Builder<List<GeoCoordinate>> |
BuilderFactory.GEO_COORDINATE_LIST |
| Modifier and Type | Method and Description |
|---|---|
Response<List<GeoCoordinate>> |
Pipeline.geopos(byte[] key,
byte[]... members) |
Response<List<GeoCoordinate>> |
MultiNodePipelineBase.geopos(byte[] key,
byte[]... members) |
Response<List<GeoCoordinate>> |
TransactionBase.geopos(byte[] key,
byte[]... members) |
List<GeoCoordinate> |
Jedis.geopos(byte[] key,
byte[]... members) |
List<GeoCoordinate> |
UnifiedJedis.geopos(byte[] key,
byte[]... members) |
CommandObject<List<GeoCoordinate>> |
CommandObjects.geopos(byte[] key,
byte[]... members) |
Response<List<GeoCoordinate>> |
Pipeline.geopos(String key,
String... members) |
Response<List<GeoCoordinate>> |
MultiNodePipelineBase.geopos(String key,
String... members) |
Response<List<GeoCoordinate>> |
TransactionBase.geopos(String key,
String... members) |
List<GeoCoordinate> |
Jedis.geopos(String key,
String... members) |
List<GeoCoordinate> |
UnifiedJedis.geopos(String key,
String... members) |
CommandObject<List<GeoCoordinate>> |
CommandObjects.geopos(String key,
String... members) |
| Modifier and Type | Method and Description |
|---|---|
Response<List<GeoRadiusResponse>> |
Pipeline.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
MultiNodePipelineBase.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
TransactionBase.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
List<GeoRadiusResponse> |
Jedis.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
List<GeoRadiusResponse> |
UnifiedJedis.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
CommandObject<List<GeoRadiusResponse>> |
CommandObjects.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
Pipeline.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
MultiNodePipelineBase.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
TransactionBase.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
List<GeoRadiusResponse> |
Jedis.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
List<GeoRadiusResponse> |
UnifiedJedis.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
CommandObject<List<GeoRadiusResponse>> |
CommandObjects.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
Pipeline.geosearch(String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
MultiNodePipelineBase.geosearch(String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
TransactionBase.geosearch(String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
List<GeoRadiusResponse> |
Jedis.geosearch(String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
List<GeoRadiusResponse> |
UnifiedJedis.geosearch(String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
CommandObject<List<GeoRadiusResponse>> |
CommandObjects.geosearch(String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
Pipeline.geosearch(String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
MultiNodePipelineBase.geosearch(String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
TransactionBase.geosearch(String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
List<GeoRadiusResponse> |
Jedis.geosearch(String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
List<GeoRadiusResponse> |
UnifiedJedis.geosearch(String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
CommandObject<List<GeoRadiusResponse>> |
CommandObjects.geosearch(String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<Long> |
Pipeline.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<Long> |
MultiNodePipelineBase.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<Long> |
TransactionBase.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
long |
Jedis.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
long |
UnifiedJedis.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
CommandObject<Long> |
CommandObjects.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<Long> |
Pipeline.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<Long> |
MultiNodePipelineBase.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<Long> |
TransactionBase.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
long |
Jedis.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
long |
UnifiedJedis.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
CommandObject<Long> |
CommandObjects.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<Long> |
Pipeline.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<Long> |
MultiNodePipelineBase.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<Long> |
TransactionBase.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
long |
Jedis.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
long |
UnifiedJedis.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
CommandObject<Long> |
CommandObjects.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<Long> |
Pipeline.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<Long> |
MultiNodePipelineBase.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<Long> |
TransactionBase.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
long |
Jedis.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
long |
UnifiedJedis.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
CommandObject<Long> |
CommandObjects.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
| 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(byte[] key,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Response<Long> |
MultiNodePipelineBase.geoadd(byte[] key,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Response<Long> |
TransactionBase.geoadd(byte[] key,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
long |
Jedis.geoadd(byte[] key,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
long |
UnifiedJedis.geoadd(byte[] key,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
CommandObject<Long> |
CommandObjects.geoadd(byte[] key,
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) |
Response<Long> |
Pipeline.geoadd(String key,
Map<String,GeoCoordinate> memberCoordinateMap) |
Response<Long> |
MultiNodePipelineBase.geoadd(String key,
Map<String,GeoCoordinate> memberCoordinateMap) |
Response<Long> |
TransactionBase.geoadd(String key,
Map<String,GeoCoordinate> memberCoordinateMap) |
long |
Jedis.geoadd(String key,
Map<String,GeoCoordinate> memberCoordinateMap) |
long |
UnifiedJedis.geoadd(String key,
Map<String,GeoCoordinate> memberCoordinateMap) |
CommandObject<Long> |
CommandObjects.geoadd(String key,
Map<String,GeoCoordinate> memberCoordinateMap) |
| Modifier and Type | Method and Description |
|---|---|
List<GeoCoordinate> |
GeoBinaryCommands.geopos(byte[] key,
byte[]... members) |
Response<List<GeoCoordinate>> |
GeoPipelineBinaryCommands.geopos(byte[] key,
byte[]... members) |
Response<List<GeoCoordinate>> |
GeoPipelineCommands.geopos(String key,
String... members) |
List<GeoCoordinate> |
GeoCommands.geopos(String key,
String... members)
Return the positions (longitude,latitude) of all the specified members.
|
| Modifier and Type | Method and Description |
|---|---|
List<GeoRadiusResponse> |
GeoBinaryCommands.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
List<GeoRadiusResponse> |
GeoBinaryCommands.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<List<GeoRadiusResponse>> |
GeoPipelineCommands.geosearch(String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
List<GeoRadiusResponse> |
GeoCommands.geosearch(String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit)
Return the members of a sorted set populated with geospatial information using GEOADD,
which are within the borders of the area specified by a given shape.
|
Response<List<GeoRadiusResponse>> |
GeoPipelineCommands.geosearch(String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
List<GeoRadiusResponse> |
GeoCommands.geosearch(String key,
GeoCoordinate coord,
double radius,
GeoUnit unit)
Return the members of a sorted set populated with geospatial information using GEOADD,
which are within the borders of the area specified by a given shape.
|
long |
GeoBinaryCommands.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<Long> |
GeoPipelineBinaryCommands.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
long |
GeoBinaryCommands.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<Long> |
GeoPipelineBinaryCommands.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<Long> |
GeoPipelineCommands.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
long |
GeoCommands.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit)
This command is exactly like
GEOSEARCH
but storing the results at dest. |
Response<Long> |
GeoPipelineCommands.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
long |
GeoCommands.geosearchStore(String dest,
String src,
GeoCoordinate coord,
double radius,
GeoUnit unit)
This command is exactly like
GEOSEARCH
but storing the results at dest. |
| 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) |
long |
GeoBinaryCommands.geoadd(byte[] key,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Response<Long> |
GeoPipelineBinaryCommands.geoadd(byte[] key,
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.
|
Response<Long> |
GeoPipelineCommands.geoadd(String key,
Map<String,GeoCoordinate> memberCoordinateMap) |
long |
GeoCommands.geoadd(String key,
Map<String,GeoCoordinate> memberCoordinateMap)
Adds the specified geospatial items (in memberCoordinateMap) to the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
GeoSearchParam |
GeoSearchParam.fromLonLat(GeoCoordinate coord) |
| Modifier and Type | Method and Description |
|---|---|
GeoCoordinate |
GeoRadiusResponse.getCoordinate() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeoRadiusResponse.setCoordinate(GeoCoordinate coordinate) |
Copyright © 2022. All rights reserved.