Redis适配采坑记

Posted 彼岸舞的博客园

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redis适配采坑记相关的知识,希望对你有一定的参考价值。

Redis适配采坑记

相对于其他的适配,Redis可以说是非常简单的
其中只发现一个坑

问题一:

问题描述:

redis认证失败

问题详解:

redis连接配置时,本地需要采用password属性,远程需要使用requirePass属性

解决方案:

方案一:

两个属性切换用,password不好使,就采用requirePass

报错样例:

org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required.

作者:彼岸舞

时间:2020623

内容关于:Redis

本文属于作者原创,未经允许,禁止转发

以上是关于Redis适配采坑记的主要内容,如果未能解决你的问题,请参考以下文章

ObjectMapper采坑记及源码分析

分布式TensorFlow 采坑记

github 采坑记 —— 项目提交到github后部分文件缺失

leetcode add_binary 采坑记

AWS Redshift 采坑记

RocketMQ采坑记