| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.args |
This package contains the classes that represent arguments of Redis core commands.
|
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| redis.clients.jedis.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| redis.clients.jedis.search.querybuilder |
| Modifier and Type | Method and Description |
|---|---|
Response<java.lang.Double> |
PipeliningBase.geodist(byte[] key,
byte[] member1,
byte[] member2,
GeoUnit unit) |
java.lang.Double |
UnifiedJedis.geodist(byte[] key,
byte[] member1,
byte[] member2,
GeoUnit unit) |
CommandObject<java.lang.Double> |
CommandObjects.geodist(byte[] key,
byte[] member1,
byte[] member2,
GeoUnit unit) |
java.lang.Double |
Jedis.geodist(byte[] key,
byte[] member1,
byte[] member2,
GeoUnit unit) |
Response<java.lang.Double> |
PipeliningBase.geodist(java.lang.String key,
java.lang.String member1,
java.lang.String member2,
GeoUnit unit) |
java.lang.Double |
UnifiedJedis.geodist(java.lang.String key,
java.lang.String member1,
java.lang.String member2,
GeoUnit unit) |
CommandObject<java.lang.Double> |
CommandObjects.geodist(java.lang.String key,
java.lang.String member1,
java.lang.String member2,
GeoUnit unit) |
java.lang.Double |
Jedis.geodist(java.lang.String key,
java.lang.String member1,
java.lang.String member2,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
Jedis.georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
Jedis.georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
Jedis.georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
Jedis.georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
Jedis.georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
Jedis.georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.lang.Long> |
PipeliningBase.georadiusByMemberStore(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
long |
UnifiedJedis.georadiusByMemberStore(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
CommandObject<java.lang.Long> |
CommandObjects.georadiusByMemberStore(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
long |
Jedis.georadiusByMemberStore(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
Response<java.lang.Long> |
PipeliningBase.georadiusByMemberStore(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
long |
UnifiedJedis.georadiusByMemberStore(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
CommandObject<java.lang.Long> |
CommandObjects.georadiusByMemberStore(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
long |
Jedis.georadiusByMemberStore(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
Jedis.georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
Jedis.georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.lang.Long> |
PipeliningBase.georadiusStore(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
long |
UnifiedJedis.georadiusStore(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
CommandObject<java.lang.Long> |
CommandObjects.georadiusStore(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
long |
Jedis.georadiusStore(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
Response<java.lang.Long> |
PipeliningBase.georadiusStore(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
long |
UnifiedJedis.georadiusStore(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
CommandObject<java.lang.Long> |
CommandObjects.georadiusStore(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
long |
Jedis.georadiusStore(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.geosearch(byte[] key,
byte[] member,
double width,
double height,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.geosearch(byte[] key,
byte[] member,
double width,
double height,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.geosearch(byte[] key,
byte[] member,
double width,
double height,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.geosearch(byte[] key,
byte[] member,
double width,
double height,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.geosearch(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.geosearch(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.geosearch(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.geosearch(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.geosearch(java.lang.String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.geosearch(java.lang.String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.geosearch(java.lang.String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.geosearch(java.lang.String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.geosearch(java.lang.String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.geosearch(java.lang.String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.geosearch(java.lang.String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.geosearch(java.lang.String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.geosearch(java.lang.String key,
java.lang.String member,
double width,
double height,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.geosearch(java.lang.String key,
java.lang.String member,
double width,
double height,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.geosearch(java.lang.String key,
java.lang.String member,
double width,
double height,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.geosearch(java.lang.String key,
java.lang.String member,
double width,
double height,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
PipeliningBase.geosearch(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
UnifiedJedis.geosearch(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
CommandObject<java.util.List<GeoRadiusResponse>> |
CommandObjects.geosearch(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
Jedis.geosearch(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
Response<java.lang.Long> |
PipeliningBase.geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double width,
double height,
GeoUnit unit) |
long |
UnifiedJedis.geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double width,
double height,
GeoUnit unit) |
CommandObject<java.lang.Long> |
CommandObjects.geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double width,
double height,
GeoUnit unit) |
long |
Jedis.geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double width,
double height,
GeoUnit unit) |
Response<java.lang.Long> |
PipeliningBase.geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double radius,
GeoUnit unit) |
long |
UnifiedJedis.geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double radius,
GeoUnit unit) |
CommandObject<java.lang.Long> |
CommandObjects.geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double radius,
GeoUnit unit) |
long |
Jedis.geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double radius,
GeoUnit unit) |
Response<java.lang.Long> |
PipeliningBase.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<java.lang.Long> |
CommandObjects.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) |
Response<java.lang.Long> |
PipeliningBase.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<java.lang.Long> |
CommandObjects.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
long |
Jedis.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<java.lang.Long> |
PipeliningBase.geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
long |
UnifiedJedis.geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
CommandObject<java.lang.Long> |
CommandObjects.geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
long |
Jedis.geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<java.lang.Long> |
PipeliningBase.geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
long |
UnifiedJedis.geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
CommandObject<java.lang.Long> |
CommandObjects.geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
long |
Jedis.geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<java.lang.Long> |
PipeliningBase.geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double width,
double height,
GeoUnit unit) |
long |
UnifiedJedis.geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double width,
double height,
GeoUnit unit) |
CommandObject<java.lang.Long> |
CommandObjects.geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double width,
double height,
GeoUnit unit) |
long |
Jedis.geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double width,
double height,
GeoUnit unit) |
Response<java.lang.Long> |
PipeliningBase.geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double radius,
GeoUnit unit) |
long |
UnifiedJedis.geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double radius,
GeoUnit unit) |
CommandObject<java.lang.Long> |
CommandObjects.geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double radius,
GeoUnit unit) |
long |
Jedis.geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double radius,
GeoUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
static GeoUnit |
GeoUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeoUnit[] |
GeoUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Response<java.lang.Double> |
GeoPipelineBinaryCommands.geodist(byte[] key,
byte[] member1,
byte[] member2,
GeoUnit unit) |
java.lang.Double |
GeoBinaryCommands.geodist(byte[] key,
byte[] member1,
byte[] member2,
GeoUnit unit) |
Response<java.lang.Double> |
GeoPipelineCommands.geodist(java.lang.String key,
java.lang.String member1,
java.lang.String member2,
GeoUnit unit) |
java.lang.Double |
GeoCommands.geodist(java.lang.String key,
java.lang.String member1,
java.lang.String member2,
GeoUnit unit)
Return the distance between two members in the geospatial index represented by the sorted set.
|
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoBinaryCommands.georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
GeoBinaryCommands.georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineCommands.georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoCommands.georadius(java.lang.String key,
double longitude,
double latitude,
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 with the center location and the radius.
|
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineCommands.georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
GeoCommands.georadius(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param)
Return the members of a sorted set populated with geospatial information using GEOADD,
which are within the borders of the area specified with the center location and the radius.
|
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoBinaryCommands.georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
GeoBinaryCommands.georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineCommands.georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoCommands.georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit)
This command is exactly like
GEORADIUS
with the sole difference that instead of taking, as the center of the area to query, a longitude
and latitude value, it takes the name of a member already existing inside the geospatial index
represented by the sorted set. |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineCommands.georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
GeoCommands.georadiusByMember(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param)
This command is exactly like
GEORADIUS
with the sole difference that instead of taking, as the center of the area to query, a longitude
and latitude value, it takes the name of a member already existing inside the geospatial index
represented by the sorted set. |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoBinaryCommands.georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
GeoBinaryCommands.georadiusByMemberReadonly(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineCommands.georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoCommands.georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit)
Readonly version of
GEORADIUSBYMEMBER
Time complexity: O(N+log(M)) where N is the number of elements inside the bounding box of
the circular area delimited by center and radius and M is the number of items inside the index. |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineCommands.georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
GeoCommands.georadiusByMemberReadonly(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param)
Readonly version of
GEORADIUSBYMEMBER
Time complexity: O(N+log(M)) where N is the number of elements inside the bounding box of
the circular area delimited by center and radius and M is the number of items inside the index. |
Response<java.lang.Long> |
GeoPipelineBinaryCommands.georadiusByMemberStore(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
long |
GeoBinaryCommands.georadiusByMemberStore(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
Response<java.lang.Long> |
GeoPipelineCommands.georadiusByMemberStore(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
long |
GeoCommands.georadiusByMemberStore(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam)
This command is exactly like
GEORADIUSBYMEMBER
but storing the results at the destination key (provided with storeParam). |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoBinaryCommands.georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
GeoBinaryCommands.georadiusReadonly(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineCommands.georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoCommands.georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit)
Readonly version of
GEORADIUS,
Time complexity: O(N+log(M)) where N is the number of elements inside the bounding box of
the circular area delimited by center and radius and M is the number of items inside the index. |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineCommands.georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
java.util.List<GeoRadiusResponse> |
GeoCommands.georadiusReadonly(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param)
Readonly version of
GEORADIUS,
Time complexity: O(N+log(M)) where N is the number of elements inside the bounding box of
the circular area delimited by center and radius and M is the number of items inside the index. |
Response<java.lang.Long> |
GeoPipelineBinaryCommands.georadiusStore(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
long |
GeoBinaryCommands.georadiusStore(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
Response<java.lang.Long> |
GeoPipelineCommands.georadiusStore(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam) |
long |
GeoCommands.georadiusStore(java.lang.String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param,
GeoRadiusStoreParam storeParam)
This command is exactly like
GEORADIUS
but storing the results at the destination key (provided with storeParam). |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.geosearch(byte[] key,
byte[] member,
double width,
double height,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoBinaryCommands.geosearch(byte[] key,
byte[] member,
double width,
double height,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.geosearch(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoBinaryCommands.geosearch(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoBinaryCommands.geosearch(byte[] key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineBinaryCommands.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoBinaryCommands.geosearch(byte[] key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineCommands.geosearch(java.lang.String key,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoCommands.geosearch(java.lang.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<java.util.List<GeoRadiusResponse>> |
GeoPipelineCommands.geosearch(java.lang.String key,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoCommands.geosearch(java.lang.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.
|
Response<java.util.List<GeoRadiusResponse>> |
GeoPipelineCommands.geosearch(java.lang.String key,
java.lang.String member,
double width,
double height,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoCommands.geosearch(java.lang.String key,
java.lang.String member,
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<java.util.List<GeoRadiusResponse>> |
GeoPipelineCommands.geosearch(java.lang.String key,
java.lang.String member,
double radius,
GeoUnit unit) |
java.util.List<GeoRadiusResponse> |
GeoCommands.geosearch(java.lang.String key,
java.lang.String member,
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.
|
Response<java.lang.Long> |
GeoPipelineBinaryCommands.geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double width,
double height,
GeoUnit unit) |
long |
GeoBinaryCommands.geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double width,
double height,
GeoUnit unit) |
Response<java.lang.Long> |
GeoPipelineBinaryCommands.geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double radius,
GeoUnit unit) |
long |
GeoBinaryCommands.geosearchStore(byte[] dest,
byte[] src,
byte[] member,
double radius,
GeoUnit unit) |
Response<java.lang.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 width,
double height,
GeoUnit unit) |
Response<java.lang.Long> |
GeoPipelineBinaryCommands.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
long |
GeoBinaryCommands.geosearchStore(byte[] dest,
byte[] src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
Response<java.lang.Long> |
GeoPipelineCommands.geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit) |
long |
GeoCommands.geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double width,
double height,
GeoUnit unit)
This command is exactly like
GEOSEARCH
but storing the results at dest. |
Response<java.lang.Long> |
GeoPipelineCommands.geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double radius,
GeoUnit unit) |
long |
GeoCommands.geosearchStore(java.lang.String dest,
java.lang.String src,
GeoCoordinate coord,
double radius,
GeoUnit unit)
This command is exactly like
GEOSEARCH
but storing the results at dest. |
Response<java.lang.Long> |
GeoPipelineCommands.geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double width,
double height,
GeoUnit unit) |
long |
GeoCommands.geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double width,
double height,
GeoUnit unit)
This command is exactly like
GEOSEARCH
but storing the results at dest. |
Response<java.lang.Long> |
GeoPipelineCommands.geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double radius,
GeoUnit unit) |
long |
GeoCommands.geosearchStore(java.lang.String dest,
java.lang.String src,
java.lang.String member,
double radius,
GeoUnit unit)
This command is exactly like
GEOSEARCH
but storing the results at dest. |
| Modifier and Type | Method and Description |
|---|---|
GeoSearchParam |
GeoSearchParam.byBox(double width,
double height,
GeoUnit unit) |
GeoSearchParam |
GeoSearchParam.byRadius(double radius,
GeoUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
FTSearchParams |
FTSearchParams.geoFilter(java.lang.String field,
double lon,
double lat,
double radius,
GeoUnit unit) |
| Constructor and Description |
|---|
GeoFilter(java.lang.String field,
double lon,
double lat,
double radius,
GeoUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
static GeoValue |
Values.geo(GeoCoordinate coord,
double radius,
GeoUnit unit) |
| Constructor and Description |
|---|
GeoValue(double lon,
double lat,
double radius,
GeoUnit unit) |
Copyright © 2025. All rights reserved.