Update 29.1. Redis.md

master
qibaoguang 2015-02-12 23:28:29 +08:00
parent 006ff0bdb2
commit c7f345271d
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 29.1. Redis
[Redis](http://redis.io/)是一个缓存消息中间件及具有丰富特性的键值存储系统。Spring Boot为[Jedis](https://github.com/xetorthio/jedis/)客户端库和由[Spring Data Redis](https://github.com/spring-projects/spring-data-redis)提供的基于Jedis客户端的抽象提供自动配置。`spring-boot-starter-redis`'Starter POM'为收集依赖提供一种便利的方式。