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 024a695

Browse files
committed
docs: update README.md
README 文档补充参考书籍
1 parent 348f846 commit 024a695

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

‎README.md‎

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,41 @@
99
[![doocs-open-source-organization](https://badgen.net/badge/organization/join%20us/cyan)](#how-to-join)
1010
[![gitter](https://badgen.net/badge/gitter/chat/cyan)](https://gitter.im/doocs)
1111

12-
## 前言
13-
本项目所有演示代码均基于 Redis 最新稳定版本 `v5.0.3`,不同操作系统下 Redis 的安装方式请自行搜索,就不在此赘述了。
12+
本项目主要讲解 Redis 的底层原理以及在各种场景下的应用。所有演示代码均基于 Redis 最新稳定版本 `v5.0.3`,不同操作系统下 Redis 的安装方式请自行搜索,就不在此赘述了。
1413

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

17-
| lang | lib | version | usage |
16+
| # | 语言 || 版本 | 使用 |
17+
|---|---|---|---|---|
18+
| 1 | Python3 | [`redis`](https://pypi.org/project/redis/) | `v3.3.8` | `pip3 install redis `|
19+
| 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'` |
20+
21+
欢迎各位开发朋友补充更多的实际应用场景,让项目内容更加完善。
22+
23+
书籍参考:
24+
25+
| # | 书名 | 作者 | 推荐指数 |
1826
|---|---|---|---|
19-
| Python3 | [`redis`](https://pypi.org/project/redis/) | `v3.3.8` | `pip3 install redis `|
20-
| 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'` |
27+
| 1 | Redis 深度历险:核心原理和应用实践[2018] | 钱文品 | ⭐⭐⭐⭐⭐ |
28+
| 2 | Redis 使用手册[2019] | 黄健宏 | ⭐⭐⭐⭐⭐ |
2129

2230
## Redis 数据结构与应用
2331

24-
### 1. [String 字符串](/docs/redis-string-introduction.md)
32+
### [String 字符串](/docs/redis-string-introduction.md)
2533
- [说说如何基于 Redis 实现分布式锁?](/docs/redis-distributed-lock.md)
2634

27-
### 2. [List 列表](/docs/redis-list-introduction.md)
35+
### [List 列表](/docs/redis-list-introduction.md)
2836
- 如何利用 Redis List 实现异步消息队列?
2937

30-
### 3. [Set 集合](/docs/redis-set-introduction.md)
38+
### [Set 集合](/docs/redis-set-introduction.md)
3139

32-
### 4. [Sorted Sets 有序集合](/docs/redis-sorted-set-introduction.md)
40+
### [Sorted Sets 有序集合](/docs/redis-sorted-set-introduction.md)
3341
- [社交网站通常会有粉丝关注的功能,用 Redis 怎么实现?](/docs/redis-sorted-set-sns-follow.md)
3442

35-
### 5. [Hash 哈希](/docs/redis-hash-introduction.md)
43+
### [Hash 哈希](/docs/redis-hash-introduction.md)
3644
- [登录会话,用 Redis 该怎么做?](/docs/redis-hash-session-token.md)
3745
- [如何使用 Redis 实现短网址服务?](/docs/redis-hash-shorten-url.md)
3846

39-
### 6. [HyperLogLog](/docs/redis-hyperLogLog-introduction.md)
47+
### [HyperLogLog](/docs/redis-hyperLogLog-introduction.md)
4048

41-
### 7. [Bitmap 位图](/docs/redis-bitmap-introduction.md)
49+
### [Bitmap 位图](/docs/redis-bitmap-introduction.md)

0 commit comments

Comments
(0)

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