hamidr / async-redis

[discontinued] An async redis library based on your app's event loop using libevpp and AsIO.
MIT License
33 stars 4 forks source link
asio async-redis cpp17 libevpp redis-client sentinel-support

Retired in favor of https://github.com/boostorg/redis

async-redis

An async redis library with sentinel support based on (libevpp|ASIO).

Dependencies

Road map

INSTALL

bash ./build.sh

You can use event_loop and parser as link library for your project and pass /usr/local/include as include directory.

State of library

Need a pal to review and revise my codes.

Contributions are welcome!