Skip to content

[discontinued] An async redis library based on your app's event loop using libevpp and AsIO.

License

Notifications You must be signed in to change notification settings

hamidr/async-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4628a99 · Feb 21, 2023

History

46 Commits
Jan 12, 2017
Jan 12, 2017
Jan 10, 2017
Jan 12, 2017
Jan 12, 2017
Oct 15, 2016
Jan 10, 2017
Jan 10, 2017
Oct 9, 2016
Feb 21, 2023
Jan 12, 2017

Repository files navigation

async-redis

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

  • LibEVpp is a simple c++1y interface for making it easier to adapt to higher level libraries such as "Asio".
  • Supports BootAsio in a branch called adapt-asio or you can simply use it like as it is.
  • Also introduces a sentinel interface example (which needs cleaning and more testing)
  • Has it's own redis command parsing library.

Dependencies

  • LibEvPP: It's a library written by the same author. It's A library based on libEv.

Road map

  • Write more examples.
  • Write a sentinel interface(adapt the example).
  • Write BDD tests.

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!