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