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