Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
space55 edited this page Jan 25, 2020 · 4 revisions

cpp_redis

What's that?

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.

Components

cpp_redis is composed of 4 major parts:

  • A Redis Client, the client that provides communication with a Redis Server
  • A Redis Subscriber intended to be used for PUB/SUB communication.
  • A Sentinel Client providing support for sentinels.
  • Replies that contains the replies returned by the Redis Server

Wiki

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.