redistemplate动态切换dbindex_心有栖的博客-CSDN博客_redistemplate 切换db

redisTemplate.getConnectionFactory().getConnection().select(uvIndex);  依据api  此代码可以切换dbindex,不过实际没有生效!

找了找原因:是我用法有问题

正确写法应该是

JedisConnectionFactory factory = (JedisConnectionFactory) redisTemplate.getConnectionFactory();factory.setDatabase(dbIndex);//dbindex就是你想切换的dbredisTemplate.setConnectionFactory(factory);

 参考链接 https://blog.csdn.net/jlh912008548/article/details/78982008


原网址: 访问
创建于: 2021-08-30 11:48:41
目录: default
标签: 无

请先后发表评论
  • 最新评论
  • 总共0条评论