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

Public Member Functions

void SetMatchPattern (string matchPattern)
 
void ClearMatchPattern ()
 
void SetCount (int count)
 
void ClearCount ()
 

Detailed Description

Options class used by the Hscan(), Scan(), Sscan(), and Zscan() methods.

Member Function Documentation

void ClearCount ( )
inline

Clears/unsets the COUNT modifier.

The COUNT modifier will be omitted from the command.

void ClearMatchPattern ( )
inline

Clears/unsets the MATCH modifier.

The MATCH modifier will be omitted from the command.

void SetCount ( int  count)
inline

Sets the COUNT modifier.

Parameters
countThe value of the COUNT modifier.
void SetMatchPattern ( string  matchPattern)
inline

Sets the MATCH modifier.

Parameters
matchPatternThe pattern for the MATCH modifier.

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