| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| Modifier and Type | Method and Description |
|---|---|
static GeoArgs.Sort |
GeoArgs.Sort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoArgs.Sort[] |
GeoArgs.Sort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GeoArgs |
GeoArgs.sort(GeoArgs.Sort sort)
Sort results.
|
GeoRadiusStoreArgs |
GeoRadiusStoreArgs.sort(GeoArgs.Sort sort)
Sort results.
|
Copyright © 2019 lettuce.io. All rights reserved.