Skip to content

Commit 2b7b1aa

Browse files
committed
Merge branch 'master' of github.com:effective-Cplusplus/cpp_redis
2 parents 406995a + 0440b8e commit 2b7b1aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<h2 align="center">cpp_redis</h2>
22

3-
43
## 介绍
5-
1. 基于boost库的asio异步编程
4+
1. 基于boost.asio
65
1. 支持string、list、set、hash、zset五种数据结构
76
## 说明
87
1. 使用c++11以及以上编译(若c++11编译不过,请用c++14)
9-
## 使用列子
8+
## 列子
109
```cpp
1110
#include <iostream>
1211
#include <cppredis/client.hpp>

0 commit comments

Comments
 (0)