天天看點

cpp_redis Doxygen

<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網站。

下一篇: C++ Client

繼續閱讀