This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 555
Home
Simon Ninon edited this page Oct 6, 2016
·
17 revisions
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.
cpp_redis is composed of 3 major parts:
- A Redis Client which is the client that provide all the tools to communicate with a Redis Server
- A Redis Subscriber which is intended to be used for PUB/SUB communication with a Redis Server
- Replies that contains the replies returned by the Redis Server
The wiki contains documentation for the following elements:
Do not hesitate to reach out to me if you would like to get some documentation about something in particular.
Need more information? Contact me.