add:添加redisson配置文件

This commit is contained in:
zhangzhiqiang
2023-02-05 13:40:22 +08:00
parent 3e5301fdbf
commit a08597a606
2 changed files with 11 additions and 0 deletions

View File

@@ -59,6 +59,8 @@ spring:
password: ${REDIS_PWD:}
#连接超时时间
timeout: 5000
redisson:
config: classpath:/config/redisson.yml
# 登录相关配置
login:
# 登录缓存

View File

@@ -0,0 +1,9 @@
singleServerConfig:
connectionMinimumIdleSize: 8
connectionPoolSize: 8
address: redis://10.16.1.25:6379
password: 942464Yy
idleConnectionTimeout: 10000
timeout: 3000
threads: 8
nettyThreads: 8