|
@@ -964,7 +964,7 @@ public class JedisUtil {
|
|
|
JedisPool jedisPool = new JedisPool(jedisPoolConfig, redisExtProperties.getHost()
|
|
|
, redisExtProperties.getPort()
|
|
|
, redisExtProperties.getTimeout()
|
|
|
- , null
|
|
|
+ , redisExtProperties.getPassword()
|
|
|
, db);
|
|
|
JedisUtil jedis = new JedisUtil(jedisPool);
|
|
|
map.put(db, jedis);
|