redis 增加 clientName 设置参数

This commit is contained in:
thinkgem
2018-04-03 20:44:56 +08:00
parent e33ad323de
commit ac6679086e

View File

@@ -109,17 +109,18 @@ redis:
timeout: 2000
password: 1234
database: 0
clientName: ~
# Redis 连接池配置
pool:
maxIdle: 3
maxTotal: 20
# 定义Key的前缀标识
keyPrefix: ${jdbc.tablePrefix}
# 是否启用Redis系统缓存及会话
cacheAndSession: false
# 定义Key的前缀标识
keyPrefix: ${jdbc.tablePrefix}
#============================#
#===== System settings ======#