https://github.com/sty945/redis-practice
:high_brightness: 《Redis实战》python代码实践
https://github.com/sty945/redis-practice
Last synced: 4 months ago
JSON representation
:high_brightness: 《Redis实战》python代码实践
- Host: GitHub
- URL: https://github.com/sty945/redis-practice
- Owner: sty945
- Created: 2021-07-30T08:46:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T08:47:55.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T20:15:32.923Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# redis实战
本仓库代码是本人学习《redis实战》这本书时候,所书写的代码
相比较原书附带的代码,主要有以下不同:
- 增加了一些中文注释
- 去掉了测试的一些代码
## 第一章
主要是实现一个文章投票网站的后端,主要功能如下:
- 对文章进行投票
- 发布并获取文章
- 对文章进行分组