zed 4 years ago
parent
commit
189e9cbde9
  1. 6
      src/main/java/com/fanruan/api/cluster/state/BaseRedisCollectionConfig.java

6
src/main/java/com/fanruan/api/cluster/state/BaseRedisCollectionConfig.java

@ -13,12 +13,12 @@ public class BaseRedisCollectionConfig extends RedisCollectionConfig {
public BaseRedisCollectionConfig(Codec codec, String host, int port) {
//super(codec, host, port);
super(codec, host, port);
}
public BaseRedisCollectionConfig(String host, int port, String password) {
//super(host, port, password);
super(host, port, password);
}
public BaseRedisCollectionConfig() {
@ -28,6 +28,6 @@ public class BaseRedisCollectionConfig extends RedisCollectionConfig {
public BaseRedisCollectionConfig(String host, int port) {
//super(host, port);
super(host, port);
}
}

Loading…
Cancel
Save