update 增加 redis 无密码使用说明

master
疯狂的狮子li 4 years ago
parent a9e68e13a8
commit c137965dec

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

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

Loading…
Cancel
Save