Definition at line 35 of file command_options.hpp.
Public Types | |
| enum class | Sort { kNone , kAsc , kDesc } |
| enum class | Unit { kM , kKm , kMi , kFt } |
Public Attributes | |
| Unit | unit = Unit::kM |
| bool | withcoord = false |
| bool | withdist = false |
| bool | withhash = false |
| size_t | count = 0 |
| Sort | sort = Sort::kNone |
|
strong |
Definition at line 36 of file command_options.hpp.
|
strong |
Definition at line 37 of file command_options.hpp.
| size_t storages::redis::GeoradiusOptions::count = 0 |
Definition at line 43 of file command_options.hpp.
| Sort storages::redis::GeoradiusOptions::sort = Sort::kNone |
Definition at line 44 of file command_options.hpp.
| Unit storages::redis::GeoradiusOptions::unit = Unit::kM |
Definition at line 39 of file command_options.hpp.
| bool storages::redis::GeoradiusOptions::withcoord = false |
Definition at line 40 of file command_options.hpp.
| bool storages::redis::GeoradiusOptions::withdist = false |
Definition at line 41 of file command_options.hpp.
| bool storages::redis::GeoradiusOptions::withhash = false |
Definition at line 42 of file command_options.hpp.