forked fromCylix/cpp_redis
- Notifications
You must be signed in to change notification settings - Fork209
space55 edited this pageJan 25, 2020 ·4 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.
The library is available on all platforms: Linux, Mac and Windows.
cpp_redis is composed of 4 major parts:
- ARedis Client, the client that provides communication with a Redis Server
- ARedis Subscriber intended to be used for PUB/SUB communication.
- ASentinel Client providing support for sentinels.
- Replies that contains the replies returned by the Redis Server
The wiki contains documentation for the following elements:
- Installation
- Compilation Customization
- Custom network module
- Redis Client
- Redis Subscriber
- Sentinel Client
- Replies
- Logger
- Examples
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.