Arduino-Redis
A Redis library for Arduino.
|
An Integer: https://redis.io/topics/protocol#resp-integers
Definition at line 114 of file RedisInternal.h.
Public Member Functions | |
RedisInteger (Client &c) | |
~RedisInteger () override | |
operator int () | |
operator bool () | |
Public Member Functions inherited from RedisSimpleString | |
RedisSimpleString (Client &c) | |
~RedisSimpleString () override | |
virtual String | RESP () override |
Public Member Functions inherited from RedisObject | |
RedisObject () | |
RedisObject (Type tc) | |
RedisObject (Type tc, Client &c) | |
virtual | ~RedisObject () |
virtual void | init (Client &client) |
virtual | operator String () |
Type | type () const |
Additional Inherited Members | |
Public Types inherited from RedisObject | |
enum | Type { NoType = '\0', SimpleString = '+', Error = '-', Integer = ':', BulkString = '$', Array = '*', InternalError = '!' } |
Static Public Member Functions inherited from RedisObject | |
static std::shared_ptr< RedisObject > | parseTypeNonBlocking (Client &) |
static std::shared_ptr< RedisObject > | parseType (Client &) |
Protected Attributes inherited from RedisObject | |
String | data |
Type | _type = Type::NoType |
#include <RedisInternal.h>
|
inline |
Definition at line 117 of file RedisInternal.h.
|
inlineoverride |
Definition at line 118 of file RedisInternal.h.
|
inline |
Definition at line 121 of file RedisInternal.h.
|
inline |
Definition at line 120 of file RedisInternal.h.