Phants Client for Redis™*
Public Member Functions | Public Attributes | List of all members
GeoRadiusOptions Class Reference

Public Member Functions

void SetCount (int count)
 
void ClearCount ()
 
void SetSortOrder (SortOrder order)
 
void ClearSortOrder ()
 

Public Attributes

string count
 
string sortOrder
 

Member Function Documentation

void ClearCount ( )
inline

Clears/unsets the COUNT modifier.

The COUNT modifier will be omitted from the command.

void ClearSortOrder ( )
inline

Clears/unsets the sort order modifiers.

Both the ASC and DESC modifiers will be omitted from the command.

void SetCount ( int  count)
inline

Sets the COUNT modifier.

Parameters
countThe value of the COUNT modifier.
void SetSortOrder ( SortOrder  order)
inline

Sets the ASC or DESC modifier.

Note: the ASC and DESC modifiers are mutually exclusive.

Parameters
orderThe value of the sort order modifier.

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