redis 增加 clientName 设置参数
This commit is contained in:
@@ -109,17 +109,18 @@ redis:
|
|||||||
timeout: 2000
|
timeout: 2000
|
||||||
password: 1234
|
password: 1234
|
||||||
database: 0
|
database: 0
|
||||||
|
clientName: ~
|
||||||
|
|
||||||
# Redis 连接池配置
|
# Redis 连接池配置
|
||||||
pool:
|
pool:
|
||||||
maxIdle: 3
|
maxIdle: 3
|
||||||
maxTotal: 20
|
maxTotal: 20
|
||||||
|
|
||||||
# 定义Key的前缀标识
|
|
||||||
keyPrefix: ${jdbc.tablePrefix}
|
|
||||||
|
|
||||||
# 是否启用Redis系统缓存及会话
|
# 是否启用Redis系统缓存及会话
|
||||||
cacheAndSession: false
|
cacheAndSession: false
|
||||||
|
|
||||||
|
# 定义Key的前缀标识
|
||||||
|
keyPrefix: ${jdbc.tablePrefix}
|
||||||
|
|
||||||
#============================#
|
#============================#
|
||||||
#===== System settings ======#
|
#===== System settings ======#
|
||||||
|
|||||||
Reference in New Issue
Block a user