We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33ad32 commit ac66790Copy full SHA for ac66790
modules/core/src/main/resources/config/jeesite-core.yml
@@ -109,17 +109,18 @@ redis:
109
timeout: 2000
110
password: 1234
111
database: 0
112
+ clientName: ~
113
114
# Redis 连接池配置
115
pool:
116
maxIdle: 3
117
maxTotal: 20
-
118
- # 定义Key的前缀标识
119
- keyPrefix: ${jdbc.tablePrefix}
120
121
# 是否启用Redis系统缓存及会话
122
cacheAndSession: false
+
+ # 定义Key的前缀标识
123
+ keyPrefix: ${jdbc.tablePrefix}
124
125
#============================#
126
#===== System settings ======#
0 commit comments