|
| enum class | Sort {
kNone
,
kAsc
,
kDesc
} |
| |
| enum class | Unit {
kM
,
kKm
,
kMi
,
kFt
} |
| |
Definition at line 36 of file command_options.hpp.
◆ Sort
| enum class redis::GeosearchOptions::Sort |
|
strong |
◆ Unit
| enum class redis::GeosearchOptions::Unit |
|
strong |
◆ count
| size_t redis::GeosearchOptions::count = 0 |
◆ sort
| Sort redis::GeosearchOptions::sort = Sort::kNone |
◆ unit
| Unit redis::GeosearchOptions::unit = Unit::kM |
◆ withcoord
| bool redis::GeosearchOptions::withcoord = false |
◆ withdist
| bool redis::GeosearchOptions::withdist = false |
◆ withhash
| bool redis::GeosearchOptions::withhash = false |
The documentation for this struct was generated from the following file: