Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4d150e5

Browse files
committed
docs: update README.md
更新文档说明
1 parent 86a8f55 commit 4d150e5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99

1010
另,本项目针对不同编程语言,使用了其对应的 Redis 库,方便程序对 Redis 进行各项操作:
1111

12-
| # | Lang | Lib | Version | Usage |
13-
|---|---|---|---|---|
14-
| 1 | Python3 | [`redis`](https://pypi.org/project/redis/) | `v3.3.8` | `pip3 install redis `|
15-
| 2 | Java8 | [`jedis`](https://mvnrepository.com/artifact/redis.clients/jedis/3.1.0) | `v3.1.0` | `compile group: 'redis.clients', name: 'jedis', version: '3.1.0'` |
12+
- Python: 使用 pip 安装 redis 库,`pip install redis`
13+
- Java: 使用 gradle 导入 jedis 库,`compile group: 'redis.clients', name: 'jedis', version: '3.1.0'`
1614

1715
欢迎补充更多的实际应用场景,让项目内容更加完善。如果你认为演示代码有待改进,可以在 Issues 区反馈,当然,你也可以直接发起 Pull Request。
1816

@@ -41,5 +39,5 @@
4139
### [Bitmap 位图](/docs/redis-bitmap-introduction.md)
4240

4341
## 参考资料
44-
- Redis 深度历险:核心原理和应用实践[2018]
42+
- Redis 深度历险[2018]
4543
- Redis 使用手册[2019]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /