Skip to content

Commit 1c6d93d

Browse files
author
hamidr
committed
Review the readme
1 parent 98c807f commit 1c6d93d

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
# async-redis
22
An 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
```
1620
bash ./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!

0 commit comments

Comments
 (0)