| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and 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 © 2018 lettuce.io. All rights reserved.