腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(4)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
SpringDataRedis
1.7.2 Redis,注入RedisOperations而不是RedisTemplate
我在将Spring 1.5.2. Redis 1.7.2.RELEASE,迁移到RedisCacheManager时遇到了问题,RedisCacheManager在1.5.2中使用了RedisTemplate,在1.7.2中使用了Redis和RedisOperations作为构造函数参数。下面是我当前的Spring配置( 1.5.2.RELEASE )。如何将其配置为1.7.2.RELEASE? <!-- Redis Connection
浏览 7
修改于2016-09-29
得票数 0
回答已采纳
1
回答
基于Lettuce+
SpringDataRedis
的红系哨兵认证
我在本地配置了红星哨兵,运行在两个不同的端口10001和10002。我有相同的哨兵身份验证设置。port 10001requirepass passwordsentinel deny-scripts-reconfig yessentinel auth-pass mymaster password春季-数据-redis:2.0.10
浏览 2
修改于2019-11-20
得票数 0
回答已采纳
1
回答
如何在Spring反应性中使用事务?
例如,我试图使用
SpringDataRedis
2.1.8中的ReactiveRedisOperations进行事务处理:val = GET mykey val = val +
浏览 0
修改于2019-06-18
得票数 3
回答已采纳
1
回答
JedisConnectionException -读取超时错误
org.springframework.data.redis.connection.jedis.JedisConnectionFactory.afterPropertiesSet(JedisConnectionFactory.java:345) at io.github.deepshiv126.
springdataredis
.example.MySpringBootApplication.main
浏览 114
提问于2019-04-30
得票数 2
领券