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 1
1
# async-redis
2
2
An async redis library with sentinel support based on (libevpp|ASIO).
3
3
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.
6
8
9
+ ## Dependencies
10
+ - LibEvPP: It's a library written by the same author. It's A library based on libEv.
7
11
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.
12
16
13
17
14
- ##INSTALL
18
+ ## INSTALL
15
19
```
16
20
bash ./build.sh
17
21
```
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