cpp_redis  4.0.0
cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
Public Member Functions | List of all members
cpp_redis::redis_error Class Reference

#include <error.hpp>

Inheritance diagram for cpp_redis::redis_error:

Public Member Functions

 redis_error (const std::string &err)
 ctor (string)
 
 redis_error (const char *err)
 ctor(char*)
 

Detailed Description

specialized runtime_error used for cpp_redis error


The documentation for this class was generated from the following file: