update 增加 redis 无密码使用说明

This commit is contained in:
疯狂的狮子li 2022-05-23 11:23:14 +08:00
parent a9e68e13a8
commit c137965dec
2 changed files with 4 additions and 4 deletions

View File

@ -130,8 +130,8 @@ spring:
port: 6379
# 数据库索引
database: 0
# 密码
password:
# 密码(如没有密码请注释掉)
# password:
# 连接超时时间
timeout: 10s
# 是否开启ssl

View File

@ -133,8 +133,8 @@ spring:
port: 6379
# 数据库索引
database: 0
# 密码
password:
# 密码(如没有密码请注释掉)
# password:
# 连接超时时间
timeout: 10s
# 是否开启ssl