<code>cpp_redis</code> is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations, pipelining, sentinels and high availability.
<code>cpp_redis</code> has no dependency. Its only requirement is <code>C++11</code>.
It comes with no network module, so you are free to configure your own, or to use the default one (tacopie)
<code>cpp_redis::client</code> full documentation and detailed example. More about cpp_redis::reply.
<code>cpp_redis::subscriber</code> 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.
<code>cpp_redis</code> is under MIT 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!
Simon Ninon
本文作者:陈群
本文来自云栖社区合作伙伴rediscn,了解相关信息可以关注redis.cn网站。