userver: redis::GeoradiusOptions Struct Reference
Loading...
Searching...
No Matches
redis::GeoradiusOptions Struct Reference

Detailed Description

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
 

Member Enumeration Documentation

◆ Sort

enum class redis::GeoradiusOptions::Sort
strong

Definition at line 25 of file command_options.hpp.

◆ Unit

enum class redis::GeoradiusOptions::Unit
strong

Definition at line 26 of file command_options.hpp.

Member Data Documentation

◆ count

size_t redis::GeoradiusOptions::count = 0

Definition at line 32 of file command_options.hpp.

◆ sort

Sort redis::GeoradiusOptions::sort = Sort::kNone

Definition at line 33 of file command_options.hpp.

◆ unit

Unit redis::GeoradiusOptions::unit = Unit::kM

Definition at line 28 of file command_options.hpp.

◆ withcoord

bool redis::GeoradiusOptions::withcoord = false

Definition at line 29 of file command_options.hpp.

◆ withdist

bool redis::GeoradiusOptions::withdist = false

Definition at line 30 of file command_options.hpp.

◆ withhash

bool redis::GeoradiusOptions::withhash = false

Definition at line 31 of file command_options.hpp.


The documentation for this struct was generated from the following file: