Definition at line 24 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 25 of file command_options.hpp.
      
  | 
  strong | 
Definition at line 26 of file command_options.hpp.
| size_t redis::GeoradiusOptions::count = 0 | 
Definition at line 32 of file command_options.hpp.
| Sort redis::GeoradiusOptions::sort = Sort::kNone | 
Definition at line 33 of file command_options.hpp.
| Unit redis::GeoradiusOptions::unit = Unit::kM | 
Definition at line 28 of file command_options.hpp.
| bool redis::GeoradiusOptions::withcoord = false | 
Definition at line 29 of file command_options.hpp.
| bool redis::GeoradiusOptions::withdist = false | 
Definition at line 30 of file command_options.hpp.
| bool redis::GeoradiusOptions::withhash = false | 
Definition at line 31 of file command_options.hpp.