cpp_redis is a C++11 Asynchronous Redis Client, with support for synchronous operations and pipelining.
Network is based on raw sockets API, making the library really lightweight.
- C++11
- Mac or Linux (no support for Windows platforms)
A Wiki is available and provides documentation for the library.
Some examples are provided in this repository:
- redis_client.cpp shows how to use the redis client class.
- redis_subscriber.cpp shows how to use the redis subscriber class.
These examples can also be found inside the Wiki.
- Tobias Gustafsson for contributing and reporting issues
- Alexis Vasseur for reporting me issues and spending time helping me debugging
- Pawel Lopko for reporting me issues