|
|
@@ -66,6 +66,7 @@ public class RedisPlugin implements IPlugin {
|
|
|
|
|
|
public RedisPlugin(String cacheName, String host, int port, int timeout, String password) {
|
|
|
this(cacheName, host, port, timeout);
|
|
|
+ // 当 password 未指令时 jedis 底层不进行 auth 也可以进行操作
|
|
|
// if (StrKit.isBlank(password))
|
|
|
// throw new IllegalArgumentException("password can not be blank.");
|
|
|
this.password = password;
|