Skip to content

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform

License

Notifications You must be signed in to change notification settings

BoBoer/cpp_redis

Repository files navigation

cpp_redis Build Status

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.

Requirements

  • C++11
  • Mac or Linux (no support for Windows platforms)

Wiki

A Wiki is available and provides documentation for the library.

Examples

Some examples are provided in this repository:

These examples can also be found inside the Wiki.

Special Thanks

  • Tobias Gustafsson for contributing and reporting issues
  • Alexis Vasseur for reporting me issues and spending time helping me debugging
  • Pawel Lopko for reporting me issues

Author

Simon Ninon

About

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.4%
  • HTML 6.2%
  • TeX 5.5%
  • CSS 4.9%
  • JavaScript 4.8%
  • CMake 1.3%
  • Other 0.9%