如何在Windows Redis中设置密码?

https://www.python100.com/html/3NQ9A968M2JX.html

springboot 工程配置文件
application.yml
中配置如下

redis:
timeout: 50000
port: 6379
host: 127.0.0.1
password: 123456

注意 password: 123456 冒号后有空格

你可能感兴趣的:(python)