| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| Modifier and Type | Field and Description |
|---|---|
GeoCoordinates |
GeoWithin.coordinates |
| Modifier and Type | Method and Description |
|---|---|
List<GeoCoordinates> |
RedisGeoConnection.geopos(K key,
V... members)
Get geo coordinates for the
members. |
RedisFuture<List<GeoCoordinates>> |
RedisGeoAsyncConnection.geopos(K key,
V... members)
Get geo coordinates for the
members. |
RedisFuture<List<GeoCoordinates>> |
RedisAsyncConnectionImpl.geopos(K key,
V... members) |
| Constructor and Description |
|---|
GeoWithin(V member,
Double distance,
Long geohash,
GeoCoordinates coordinates) |
Copyright © 2016. All rights reserved.