摘要: 案例一 官方文档:https://docs.spring.io/spring-boot/docs/2.0.4.RELEASE/reference/htmlsingle/import org.junit.*;import org.junit.runner.*; import org.springfra 阅读全文
posted @ 2018-09-08 11:53 QH.Thomas 阅读(2228) 评论(0) 推荐(0) 编辑
摘要: 1、使用redis有哪些好处? 速度快,因为数据存在内存中,类似于HashMap,HashMap的优势就是查找和操作的时间复杂度都是O(1) 支持丰富数据类型,支持string,list,set,sorted set,hash 支持事务,操作都是原子性,所谓的原子性就是对数据的更改要么全部执行,要么 阅读全文
posted @ 2018-09-08 11:30 QH.Thomas 阅读(185) 评论(0) 推荐(0) 编辑