This commit is contained in:
zds
2022-12-17 11:52:21 +08:00
parent 4c8e46d750
commit e02d48c462
4 changed files with 128 additions and 56 deletions

View File

@@ -71,6 +71,23 @@ spring:
password: ${REDIS_PWD:}
#连接超时时间
timeout: 5000
redisson:
# redis key前缀
keyPrefix:
# 线程池数量
threads: 4
# Netty线程池数量
nettyThreads: 8
# 单节点配置
singleServerConfig:
# 最小空闲连接数
connectionMinimumIdleSize: 8
# 连接池大小
connectionPoolSize: 32
# 连接空闲超时,单位:毫秒
idleConnectionTimeout: 10000
# 命令等待超时,单位:毫秒
timeout: 3000
# 登录相关配置
login:
# 登录缓存