This repository was archived by the owner on Sep 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 11# async-redis
22An async redis library with sentinel support based on (libevpp|ASIO).
33
4- # LibEvPP
5- It's a library written by the same author. It's library based on libEv.
4+ - LibEVpp is a simple c++1y interface for making it easier to adapt to higher level libraries such as "Asio".
5+ - Supports BootAsio in a branch called ` adapt-asio ` or you can simply use it like as it is.
6+ - Also introduces a sentinel interface example (which needs cleaning and more testing)
7+ - Has it's own redis command parsing library.
68
9+ ## Dependencies
10+ - LibEvPP: It's a library written by the same author. It's A library based on libEv.
711
8- ###[ Road map]
9- ** Write more examples.
10- ** Write a sentinel interface.
11- ** Write tests.
12+ ### Road map
13+ - Write more examples.
14+ - Write a sentinel interface(adapt the example) .
15+ - Write BDD tests.
1216
1317
14- ##INSTALL
18+ ## INSTALL
1519```
1620bash ./build.sh
1721```
18- You can use event_loop and parser as link library for your project and pass /usr/local/include as include directory.
22+ You can use event_loop and parser as link library for your project and pass ` /usr/local/include ` as include directory.
23+
24+
25+ ## State of library
26+ Need a pal to review and revise my codes.
27+
28+ Contributions are welcome!
You can’t perform that action at this time.
0 commit comments