Phants Client for Redis™*
|
Public Member Functions | |
void | SetNoAck (bool noAck) |
Public Member Functions inherited from XReadOptions | |
void | SetCount (int count) |
void | ClearCount () |
void | SetBlock (int milliseconds) |
void | ClearBlock () |
Options class used by the XreadGroup() method.
|
inline |
Sets or clears the NOACK modifier.
noAck | A value of true includes the NOACK modifier, false omits it. |