add:添加redisson配置文件
This commit is contained in:
@@ -59,6 +59,8 @@ spring:
|
||||
password: ${REDIS_PWD:}
|
||||
#连接超时时间
|
||||
timeout: 5000
|
||||
redisson:
|
||||
config: classpath:/config/redisson.yml
|
||||
# 登录相关配置
|
||||
login:
|
||||
# 登录缓存
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user