1. 首页
  2. 数据库
  3. 其它
  4. 玩转 SpringBoot 2.x 之 RedisTemplate 操作

玩转 SpringBoot 2.x 之 RedisTemplate 操作

上传者: 2020-12-25 09:59:30上传 PDF文件 48.31KB 热度 14次
前言 Spring 专门提供了进行 Redis 操作的抽象 RedisTemplate,底层依然使用 Jedis 或 lettuce。SpringBoot 2 默认使用 lettuce。 Redis 安装 请参考:带你学 Redis:Redis安装(二) 代码案例 引入 spring-boot-starter-data-redis 和 commons-pool2 依赖,具体代码如下: org.springframework.boot spring-boot-starter-data-redis org.apache.commons commons-pool2 然后在
用户评论