Skip to content

Commit 7232e12

Browse files
committed
更新 README.md 文件
1 parent e0ce9a5 commit 7232e12

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# JCache 一个简单的缓存集成方案
2+
3+
4+
![](https://img.shields.io/github/issues/jerbe/jcache?color=green)
5+
![](https://img.shields.io/github/stars/jerbe/jcache?color=yellow)
6+
![](https://img.shields.io/github/forks/jerbe/jcache?color=orange)
7+
![](https://img.shields.io/github/license/jerbe/jcache?color=ff69b4)
8+
![](https://img.shields.io/github/languages/count/jerbe/jcache)
9+
![](https://img.shields.io/github/languages/code-size/jerbe/jcache?color=blueviolet)
210
## 项目由来
311
我们在开发项目中,少不了需要用到缓存,甚至是分布式缓存。我们用的最多的就是Redis,它是一个非常优秀的分布式缓存数据库。
412

@@ -14,9 +22,9 @@
1422

1523
## 进度
1624

17-
-[x] Redis缓存支持
18-
-[ ] 其他分布式缓存支持
19-
-[ ] 本机内存支持
25+
- [x] Redis缓存支持
26+
- [ ] 其他分布式缓存支持
27+
- [ ] 本机内存支持
2028
- [x] 支持进行中...
2129

2230
## 问题

0 commit comments

Comments
 (0)