We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142148b commit 25f7db6Copy full SHA for 25f7db6
README.md
@@ -5,7 +5,7 @@
5
[查看RedisUtil源代码](https://github.com/whvcse/RedisUtil/blob/master/RedisUtil.java)
6
7
## 介绍
8
-最全的Java操作Redis的工具类,使用StringRedisTemplate实现,封装了对Redis五种基本类型的各种操作,力求复核Redis的原生操作!
+最全的Java操作Redis的工具类,使用StringRedisTemplate实现,封装了对Redis五种基本类型的各种操作,力求符合Redis的原生操作!
9
<br/>
10
分为六个部分:[keys命令操作](#一keys相关命令)、[String数据操作](#二string数据类型操作)、[Hash数据操作](#三hash相关的操作)、[List数据操作](#四list相关的操作)、[Set数据操作](#五set相关的操作)、[zSet数据操作](#六zset数据类型操作)。
11
0 commit comments