热门标签
更多>
搜索结果
查询Tags标签: RedisCacheManager,共有 2条记录-
.net Redis客户端NewLife.Redis.Core库的使用
一、项目说明 NewLife.Redis.Core基于新生命团队NewLife.Redis的封装,支持.NETCore3/.NET5/.NET6。 NewLife.Redis 是一个Redis客户端组件,以高性能处理大数据实时计算为目标。 源码: https://github.com/NewLifeX/NewLife.RedisNuget:NewLife.Redis教程:https://newl…
2022/7/21 2:23:39 人评论 次浏览 -
自定义RedisCacheManager
package com.itheima.config;import java.time.Duration;import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.redis.cache.RedisCacheConfiguration; import org.sprin…
2022/2/20 2:11:57 人评论 次浏览