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

Public Member Functions

void SetId (string id)
 
void ClearId ()
 
void SetMakeStream (bool makeStream)
 

Detailed Description

Options class used by the XgroupCreate() method.

Member Function Documentation

void ClearId ( )
inline

Clears/unsets the ID.

If no ID is set, the special value '$' (referring to the ID of the last item in the stream) will be used.

void SetId ( string  id)
inline

Set the ID of the last delivered message the new group should see.

Parameters
idThe ID to set.
void SetMakeStream ( bool  makeStream)
inline

Sets or clears the (undocumented as of 5.0.0) MKSTREAM modifier.

Parameters
makeStreamA value of true includes the MKSTREAM modifier, false omits it.

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