Uses of Class
io.lettuce.core.GeoRadiusStoreArgs
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
-
Uses of GeoRadiusStoreArgs in io.lettuce.core
Methods in io.lettuce.core that return GeoRadiusStoreArgs Modifier and Type Method Description GeoRadiusStoreArgsGeoRadiusStoreArgs. asc()Sort results ascending.static <K> GeoRadiusStoreArgsGeoRadiusStoreArgs.Builder. count(long count)Creates newGeoRadiusStoreArgswith COUNT set.GeoRadiusStoreArgsGeoRadiusStoreArgs. desc()Sort results descending.GeoRadiusStoreArgsGeoRadiusStoreArgs. sort(GeoArgs.Sort sort)Sort results.static <K> GeoRadiusStoreArgsGeoRadiusStoreArgs.Builder. store(K key)Creates newGeoRadiusStoreArgswith STORE enabled.GeoRadiusStoreArgsGeoRadiusStoreArgs. withCount(long count)Limit results tocountentries.GeoRadiusStoreArgsGeoRadiusStoreArgs. withStore(K storeKey)Store the resulting members with their location in the new Geo setstoreKey.static <K> GeoRadiusStoreArgsGeoRadiusStoreArgs.Builder. withStoreDist(K key)Creates newGeoRadiusStoreArgswith STOREDIST enabled.GeoRadiusStoreArgsGeoRadiusStoreArgs. withStoreDist(K storeKey)Store the resulting members with their distance in the sorted setstoreKey.Methods in io.lettuce.core with parameters of type GeoRadiusStoreArgs Modifier and Type Method Description RedisFuture<Long>AbstractRedisAsyncCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)Mono<Long>AbstractRedisReactiveCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)RedisFuture<Long>AbstractRedisAsyncCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)Mono<Long>AbstractRedisReactiveCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs) -
Uses of GeoRadiusStoreArgs in io.lettuce.core.api.async
Methods in io.lettuce.core.api.async with parameters of type GeoRadiusStoreArgs Modifier and Type Method Description RedisFuture<Long>RedisGeoAsyncCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)Perform aRedisGeoAsyncCommands.georadius(Object, double, double, double, GeoArgs.Unit, GeoArgs)query and store the results in a sorted set.RedisFuture<Long>RedisGeoAsyncCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)Perform aRedisGeoAsyncCommands.georadiusbymember(Object, Object, double, GeoArgs.Unit, GeoArgs)query and store the results in a sorted set. -
Uses of GeoRadiusStoreArgs in io.lettuce.core.api.reactive
Methods in io.lettuce.core.api.reactive with parameters of type GeoRadiusStoreArgs Modifier and Type Method Description Mono<Long>RedisGeoReactiveCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)Perform aRedisGeoReactiveCommands.georadius(Object, double, double, double, GeoArgs.Unit, GeoArgs)query and store the results in a sorted set.Mono<Long>RedisGeoReactiveCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)Perform aRedisGeoReactiveCommands.georadiusbymember(Object, Object, double, GeoArgs.Unit, GeoArgs)query and store the results in a sorted set. -
Uses of GeoRadiusStoreArgs in io.lettuce.core.api.sync
Methods in io.lettuce.core.api.sync with parameters of type GeoRadiusStoreArgs Modifier and Type Method Description LongRedisGeoCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)Perform aRedisGeoCommands.georadius(Object, double, double, double, GeoArgs.Unit, GeoArgs)query and store the results in a sorted set.LongRedisGeoCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)Perform aRedisGeoCommands.georadiusbymember(Object, Object, double, GeoArgs.Unit, GeoArgs)query and store the results in a sorted set. -
Uses of GeoRadiusStoreArgs in io.lettuce.core.cluster.api.async
Methods in io.lettuce.core.cluster.api.async with parameters of type GeoRadiusStoreArgs Modifier and Type Method Description AsyncExecutions<Long>NodeSelectionGeoAsyncCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)Perform aNodeSelectionGeoAsyncCommands.georadius(Object, double, double, double, GeoArgs.Unit, GeoArgs)query and store the results in a sorted set.AsyncExecutions<Long>NodeSelectionGeoAsyncCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)Perform aNodeSelectionGeoAsyncCommands.georadiusbymember(Object, Object, double, GeoArgs.Unit, GeoArgs)query and store the results in a sorted set. -
Uses of GeoRadiusStoreArgs in io.lettuce.core.cluster.api.sync
Methods in io.lettuce.core.cluster.api.sync with parameters of type GeoRadiusStoreArgs Modifier and Type Method Description Executions<Long>NodeSelectionGeoCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)Perform aNodeSelectionGeoCommands.georadius(Object, double, double, double, GeoArgs.Unit, GeoArgs)query and store the results in a sorted set.Executions<Long>NodeSelectionGeoCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoRadiusStoreArgs<K> geoRadiusStoreArgs)Perform aNodeSelectionGeoCommands.georadiusbymember(Object, Object, double, GeoArgs.Unit, GeoArgs)query and store the results in a sorted set.