|  | cpp_redis
    4.0.0
    cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining. | 
#include <iostream>#include <string>#include <vector>#include <stdint.h>Go to the source code of this file.
| Classes | |
| class | cpp_redis::reply | 
| Namespaces | |
| cpp_redis | |
| Macros | |
| #define | __CPP_REDIS_REPLY_ERR 0 | 
| #define | __CPP_REDIS_REPLY_BULK 1 | 
| #define | __CPP_REDIS_REPLY_SIMPLE 2 | 
| #define | __CPP_REDIS_REPLY_NULL 3 | 
| #define | __CPP_REDIS_REPLY_INT 4 | 
| #define | __CPP_REDIS_REPLY_ARRAY 5 | 
| Functions | |
| std::ostream & | operator<< (std::ostream &os, const cpp_redis::reply &reply) | 
| support for output  More... | |
| #define __CPP_REDIS_REPLY_ARRAY 5 | 
| #define __CPP_REDIS_REPLY_BULK 1 | 
| #define __CPP_REDIS_REPLY_ERR 0 | 
| #define __CPP_REDIS_REPLY_INT 4 | 
| #define __CPP_REDIS_REPLY_NULL 3 | 
| #define __CPP_REDIS_REPLY_SIMPLE 2 | 
| std::ostream& operator<< | ( | std::ostream & | os, | 
| const cpp_redis::reply & | reply | ||
| ) | 
support for output
 1.8.13
 1.8.13