Uses of Class
io.lettuce.core.GeoArgs.Sort
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
-
Uses of GeoArgs.Sort in io.lettuce.core
Methods in io.lettuce.core that return GeoArgs.Sort Modifier and Type Method Description static GeoArgs.SortGeoArgs.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.Methods in io.lettuce.core with parameters of type GeoArgs.Sort Modifier and Type Method Description GeoArgsGeoArgs. sort(GeoArgs.Sort sort)Sort results.GeoRadiusStoreArgsGeoRadiusStoreArgs. sort(GeoArgs.Sort sort)Sort results.