Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ele-admin authored Feb 24, 2018
1 parent 142148b commit 25f7db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[查看RedisUtil源代码](https://github.com/whvcse/RedisUtil/blob/master/RedisUtil.java)

## 介绍
最全的Java操作Redis的工具类,使用StringRedisTemplate实现,封装了对Redis五种基本类型的各种操作,力求复核Redis的原生操作
最全的Java操作Redis的工具类,使用StringRedisTemplate实现,封装了对Redis五种基本类型的各种操作,力求符合Redis的原生操作
<br/>
分为六个部分:[keys命令操作](#一keys相关命令)[String数据操作](#二string数据类型操作)[Hash数据操作](#三hash相关的操作)[List数据操作](#四list相关的操作)[Set数据操作](#五set相关的操作)[zSet数据操作](#六zset数据类型操作)。 

Expand Down

0 comments on commit 25f7db6

Please sign in to comment.