Phants Client for Redis™*
|
Additional Inherited Members | |
Public Member Functions inherited from ArrayParser | |
void | ArrayBegin (int size) |
void | ArrayDone () |
Public Member Functions inherited from BulkStringParser | |
void | BulkStringBegin (int size) |
void | BulkStringData (byte[] data, int offset, int numBytes) |
void | BulkStringDone () |
Public Member Functions inherited from IntegerParser | |
void | Integer (long i) |
Public Member Functions inherited from SimpleStringParser | |
void | SimpleString (string s) |
Public Member Functions inherited from ErrorParser | |
void | Error (string error) |
Sink interface used to support Redis commands that return Arrays. Since RESP Arrays can contain any data type (including other Arrays), this sink provides a callback for any and all RESP types.