My Project
|
Please be advised that this library is no longer maintained.
I have maintained this library for over 3 years, but I do not have enough time to provide a reliable support and continuous development for any longer.
Any existing or new issues will not be treated and I do not guarantee to merge any new pull request.
If anyone is willing to take over this project, feel free to fork this project and message me to add a link to your fork in this README.
cpp_redis
is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations, pipelining, sentinels and high availability.
cpp_redis
has no dependency. Its only requirement is C++11
.
It comes with no network module, so you are free to configure your own, or to use the default one (tacopie)
### cpp_redis::client
cpp_redis::client
full documentation and detailed example. More about cpp_redis::reply.
### cpp_redis::subscriber
cpp_redis::subscriber
full documentation and detailed example.
A Wiki is available and provides full documentation for the library as well as installation explanations.
A Doxygen documentation is available and provides full API documentation for the library.
cpp_redis
is under [MIT License](LICENSE).
Please refer to CONTRIBUTING.md.
Mike Moening for his unexpected and incredible great work aiming to port cpp_redis on Windows, provides sentinel support and high availability support!