jonesun / MyBlogGitalk

评论存储
0 stars 0 forks source link

SpringBoot-集成Redis | Jone Sun's Blog #10

Open jonesun opened 4 years ago

jonesun commented 4 years ago

https://jonesun.github.io/20200826/java/springboot/b11f77d1/

Redis介绍 Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. C语言开发的、开源的、基于内存的数据结构存储器,可以用作数据库、缓存和消息中间件 一种 NoSQL(not-only sql,泛指非关系型

jonesun commented 4 years ago

mark

MiQingWang commented 4 years ago

非常棒的介绍了Spring boot2 配置Redis方式:

  1. pom文件的配置介绍及旧版本的配置方式
  2. 非常重要的Redis自定义配置方案
  3. 使用注解的方式简便的使用了Redis数据的存储和获取
  4. 对于并发情况下有效的解决方案
  5. CacheManager的使用

作者非常用心赞

lwdong123 commented 4 years ago

学习了,打个卡