Arduino-Redis
A Redis library for Arduino.
Classes | Macros | Typedefs
RedisInternal.h File Reference
#include "Arduino.h"
#include "Client.h"
#include <vector>
#include <memory>
#include <functional>
Include dependency graph for RedisInternal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RedisObject
 
class  RedisSimpleString
 
class  RedisBulkString
 
class  RedisArray
 
class  RedisInteger
 
class  RedisError
 
class  RedisInternalError
 
class  RedisCommand
 

Macros

#define CRLF   F("\r\n")
 

Typedefs

typedef std::vector< String > ArgList
 

Macro Definition Documentation

◆ CRLF

#define CRLF   F("\r\n")

Definition at line 10 of file RedisInternal.h.

Typedef Documentation

◆ ArgList

typedef std::vector<String> ArgList

Definition at line 12 of file RedisInternal.h.