Skip to content

MikesAracade/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 Redis Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.5%
  • CMake 1.3%
  • Shell 0.2%