| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| com.lambdaworks.redis.api.async |
Standalone Redis API for asynchronous executed commands.
|
| com.lambdaworks.redis.api.rx |
Standalone Redis API for reactive commands.
|
| com.lambdaworks.redis.api.sync |
Standalone Redis API for synchronous executed commands.
|
| com.lambdaworks.redis.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| com.lambdaworks.redis.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| Modifier and Type | Method and Description |
|---|---|
static GeoArgs.Unit |
GeoArgs.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoArgs.Unit[] |
GeoArgs.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
RedisGeoConnection.geodist(K key,
V from,
V to,
GeoArgs.Unit unit)
Deprecated.
Retrieve distance between points
from and to. |
RedisFuture<Double> |
RedisGeoAsyncConnection.geodist(K key,
V from,
V to,
GeoArgs.Unit unit)
Deprecated.
Retrieve distance between points
from and to. |
Observable<Double> |
AbstractRedisReactiveCommands.geodist(K key,
V from,
V to,
GeoArgs.Unit unit) |
RedisFuture<Double> |
AbstractRedisAsyncCommands.geodist(K key,
V from,
V to,
GeoArgs.Unit unit) |
Set<V> |
RedisGeoConnection.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit)
Deprecated.
Retrieve members selected by distance with the center of
longitude and latitude. |
RedisFuture<Set<V>> |
RedisGeoAsyncConnection.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit)
Deprecated.
Retrieve members selected by distance with the center of
longitude and latitude. |
Observable<V> |
AbstractRedisReactiveCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit) |
RedisFuture<Set<V>> |
AbstractRedisAsyncCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit) |
List<GeoWithin<V>> |
RedisGeoConnection.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Deprecated.
Retrieve members selected by distance with the center of
longitude and latitude. |
RedisFuture<List<GeoWithin<V>>> |
RedisGeoAsyncConnection.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Deprecated.
Retrieve members selected by distance with the center of
longitude and latitude. |
Observable<GeoWithin<V>> |
AbstractRedisReactiveCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs) |
RedisFuture<List<GeoWithin<V>>> |
AbstractRedisAsyncCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs) |
Long |
RedisGeoConnection.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Deprecated.
Perform a
RedisGeoConnection.georadius(Object, double, double, double, GeoArgs.Unit) query and store the results in a sorted set. |
RedisFuture<Long> |
RedisGeoAsyncConnection.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Deprecated.
Perform a
RedisGeoAsyncConnection.georadius(Object, double, double, double, GeoArgs.Unit, GeoArgs) query and store the results in a
sorted set. |
Observable<Long> |
AbstractRedisReactiveCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs) |
RedisFuture<Long> |
AbstractRedisAsyncCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs) |
Set<V> |
RedisGeoConnection.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit)
Deprecated.
Retrieve members selected by distance with the center of
member. |
RedisFuture<Set<V>> |
RedisGeoAsyncConnection.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit)
Deprecated.
Retrieve members selected by distance with the center of
member. |
Observable<V> |
AbstractRedisReactiveCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit) |
RedisFuture<Set<V>> |
AbstractRedisAsyncCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit) |
List<GeoWithin<V>> |
RedisGeoConnection.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Deprecated.
Retrieve members selected by distance with the center of
member. |
RedisFuture<List<GeoWithin<V>>> |
RedisGeoAsyncConnection.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Deprecated.
Retrieve members selected by distance with the center of
member. |
Observable<GeoWithin<V>> |
AbstractRedisReactiveCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs) |
RedisFuture<List<GeoWithin<V>>> |
AbstractRedisAsyncCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs) |
Long |
RedisGeoConnection.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Deprecated.
Perform a
RedisGeoConnection.georadiusbymember(Object, Object, double, GeoArgs.Unit, GeoArgs) query and store the results in a
sorted set. |
RedisFuture<Long> |
RedisGeoAsyncConnection.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Deprecated.
Perform a
RedisGeoAsyncConnection.georadiusbymember(Object, Object, double, GeoArgs.Unit, GeoArgs) query and store the results in a
sorted set. |
Observable<Long> |
AbstractRedisReactiveCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs) |
RedisFuture<Long> |
AbstractRedisAsyncCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<Double> |
RedisGeoAsyncCommands.geodist(K key,
V from,
V to,
GeoArgs.Unit unit)
Retrieve distance between points
from and to. |
RedisFuture<Set<V>> |
RedisGeoAsyncCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit)
Retrieve members selected by distance with the center of
longitude and latitude. |
RedisFuture<List<GeoWithin<V>>> |
RedisGeoAsyncCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Retrieve members selected by distance with the center of
longitude and latitude. |
RedisFuture<Long> |
RedisGeoAsyncCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Perform a
RedisGeoAsyncCommands.georadius(Object, double, double, double, GeoArgs.Unit, GeoArgs) query and store the results in a sorted set. |
RedisFuture<Set<V>> |
RedisGeoAsyncCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit)
Retrieve members selected by distance with the center of
member. |
RedisFuture<List<GeoWithin<V>>> |
RedisGeoAsyncCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Retrieve members selected by distance with the center of
member. |
RedisFuture<Long> |
RedisGeoAsyncCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Perform a
RedisGeoAsyncCommands.georadiusbymember(Object, Object, double, GeoArgs.Unit, GeoArgs) query and store the results in a sorted set. |
| Modifier and Type | Method and Description |
|---|---|
Observable<Double> |
RedisGeoReactiveCommands.geodist(K key,
V from,
V to,
GeoArgs.Unit unit)
Retrieve distance between points
from and to. |
Observable<V> |
RedisGeoReactiveCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit)
Retrieve members selected by distance with the center of
longitude and latitude. |
Observable<GeoWithin<V>> |
RedisGeoReactiveCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Retrieve members selected by distance with the center of
longitude and latitude. |
Observable<Long> |
RedisGeoReactiveCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Perform a
RedisGeoReactiveCommands.georadius(Object, double, double, double, GeoArgs.Unit, GeoArgs) query and store the results in a sorted set. |
Observable<V> |
RedisGeoReactiveCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit)
Retrieve members selected by distance with the center of
member. |
Observable<GeoWithin<V>> |
RedisGeoReactiveCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Retrieve members selected by distance with the center of
member. |
Observable<Long> |
RedisGeoReactiveCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Perform a
RedisGeoReactiveCommands.georadiusbymember(Object, Object, double, GeoArgs.Unit, GeoArgs) query and store the results in a sorted set. |
| Modifier and Type | Method and Description |
|---|---|
Double |
RedisGeoCommands.geodist(K key,
V from,
V to,
GeoArgs.Unit unit)
Retrieve distance between points
from and to. |
Set<V> |
RedisGeoCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit)
Retrieve members selected by distance with the center of
longitude and latitude. |
List<GeoWithin<V>> |
RedisGeoCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Retrieve members selected by distance with the center of
longitude and latitude. |
Long |
RedisGeoCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Perform a
RedisGeoCommands.georadius(Object, double, double, double, GeoArgs.Unit, GeoArgs) query and store the results in a sorted set. |
Set<V> |
RedisGeoCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit)
Retrieve members selected by distance with the center of
member. |
List<GeoWithin<V>> |
RedisGeoCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Retrieve members selected by distance with the center of
member. |
Long |
RedisGeoCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Perform a
RedisGeoCommands.georadiusbymember(Object, Object, double, GeoArgs.Unit, GeoArgs) query and store the results in a sorted set. |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<Double> |
NodeSelectionGeoAsyncCommands.geodist(K key,
V from,
V to,
GeoArgs.Unit unit)
Retrieve distance between points
from and to. |
AsyncExecutions<Set<V>> |
NodeSelectionGeoAsyncCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit)
Retrieve members selected by distance with the center of
longitude and latitude. |
AsyncExecutions<List<GeoWithin<V>>> |
NodeSelectionGeoAsyncCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Retrieve members selected by distance with the center of
longitude and latitude. |
AsyncExecutions<Long> |
NodeSelectionGeoAsyncCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Perform a
#georadius(Object, double, double, double, Unit, GeoArgs) query and store the results in a sorted set. |
AsyncExecutions<Set<V>> |
NodeSelectionGeoAsyncCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit)
Retrieve members selected by distance with the center of
member. |
AsyncExecutions<List<GeoWithin<V>>> |
NodeSelectionGeoAsyncCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Retrieve members selected by distance with the center of
member. |
AsyncExecutions<Long> |
NodeSelectionGeoAsyncCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Perform a
#georadiusbymember(Object, Object, double, Unit, GeoArgs) query and store the results in a sorted set. |
| Modifier and Type | Method and Description |
|---|---|
Executions<Double> |
NodeSelectionGeoCommands.geodist(K key,
V from,
V to,
GeoArgs.Unit unit)
Retrieve distance between points
from and to. |
Executions<Set<V>> |
NodeSelectionGeoCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit)
Retrieve members selected by distance with the center of
longitude and latitude. |
Executions<List<GeoWithin<V>>> |
NodeSelectionGeoCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Retrieve members selected by distance with the center of
longitude and latitude. |
Executions<Long> |
NodeSelectionGeoCommands.georadius(K key,
double longitude,
double latitude,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Perform a
#georadius(Object, double, double, double, Unit, GeoArgs) query and store the results in a sorted set. |
Executions<Set<V>> |
NodeSelectionGeoCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit)
Retrieve members selected by distance with the center of
member. |
Executions<List<GeoWithin<V>>> |
NodeSelectionGeoCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoArgs geoArgs)
Retrieve members selected by distance with the center of
member. |
Executions<Long> |
NodeSelectionGeoCommands.georadiusbymember(K key,
V member,
double distance,
GeoArgs.Unit unit,
GeoRadiusStoreArgs<K> geoRadiusStoreArgs)
Perform a
#georadiusbymember(Object, Object, double, Unit, GeoArgs) query and store the results in a sorted set. |
Copyright © 2016. All rights reserved.