Arduino-Redis
A Redis library for Arduino.
|
An internal API error. Call RESP() to get the error string.
Definition at line 125 of file RedisInternal.h.
Public Member Functions | |
RedisInternalError (String err) | |
RedisInternalError (const char *err) | |
virtual String | RESP () override |
![]() | |
RedisObject (Type tc) | |
RedisObject (Type tc, Client &c) | |
virtual void | init (Client &client) |
virtual | operator String () |
Type | type () const |
Additional Inherited Members | |
![]() | |
enum | Type { NoType = '\0', SimpleString = '+', Error = '-', Integer = ':', BulkString = '$', Array = '*', InternalError = '!' } |
![]() | |
static std::shared_ptr< RedisObject > | parseType (Client &) |
![]() | |
String | data |
Type | _type = Type::NoType |
#include <RedisInternal.h>
|
inlineoverridevirtual |
Produce the Redis serialization protocol (RESP) representation. Must be overridden.
Implements RedisObject.
Definition at line 132 of file RedisInternal.h.