spring boot 连接redis Unable to connect to Redis server: 127.0.0.1/127.0.0.1:6379


启动项目的时候,提示Unable to connect to Redis server: 127.0.0.1/127.0.0.1:6379

这个是因为redis没有设置密码,但是写了password:导致,只要将#password:,注掉就可以连接。

启动:redis-server redis.conf

 redis-cli,进入redis

 客户端命令行操作:

以上图1、2来至:

https://blog.csdn.net/kimiHuanCSDN/article/details/81064636