tinyredis.response

Contain functions and type to read responses sent from Redis

Members

Classes

RedisCastException
class RedisCastException
Undocumented in source.

Enums

ResponseType
enum ResponseType
Undocumented in source.

Functions

tryParse
bool tryParse(char[] data, T x)
Undocumented in source. Be warned that the author may not have intended to support it.
tryParse
bool tryParse(char[] data, T x)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CRLF
enum CRLF;
Undocumented in source.

Structs

Response
struct Response

The Response struct represents returned data from Redis.

Meta

Authors

Adil Baig, adil.baig@aidezigns.com