RedisDS增加user支持

This commit is contained in:
Looly
2024-01-19 17:44:14 +08:00
parent eeeaf7664a
commit 97577d7dd2
2 changed files with 5 additions and 1 deletions

View File

@@ -121,6 +121,8 @@ public class RedisDS implements Closeable, Serializable {
setting.getInt("connectionTimeout", group, setting.getInt("timeout", group, Protocol.DEFAULT_TIMEOUT)),
// 读取数据超时
setting.getInt("soTimeout", group, setting.getInt("timeout", group, Protocol.DEFAULT_TIMEOUT)),
// 用户名issue#I8XEQ4
setting.getStr("user", group, null),
// 密码
setting.getStr("password", group, null),
// 数据库序号