feat: 修改redis连接超时时间

This commit is contained in:
landaiqing
2024-07-23 13:47:23 +08:00
parent 92e9408785
commit 35aa50d663
5 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ spring:
# Redis服务器连接密码默认为空
password: LDQ20020618xxx
# 连接超时时间
timeout: 2s
timeout: 10s
lettuce:
pool:
# 连接池最大连接数