Definition at line 47 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 48 of file command_options.hpp.
|
strong |
Definition at line 49 of file command_options.hpp.
| size_t storages::redis::GeosearchOptions::count = 0 |
Definition at line 55 of file command_options.hpp.
| Sort storages::redis::GeosearchOptions::sort = Sort::kNone |
Definition at line 56 of file command_options.hpp.
| Unit storages::redis::GeosearchOptions::unit = Unit::kM |
Definition at line 51 of file command_options.hpp.
| bool storages::redis::GeosearchOptions::withcoord = false |
Definition at line 52 of file command_options.hpp.
| bool storages::redis::GeosearchOptions::withdist = false |
Definition at line 53 of file command_options.hpp.
| bool storages::redis::GeosearchOptions::withhash = false |
Definition at line 54 of file command_options.hpp.