Class RedisUtils
- java.lang.Object
-
- com.github.ddth.pubsub.internal.utils.RedisUtils
-
public class RedisUtils extends Object
Internal Redis utility class.- Since:
- 1.0.0
- Author:
- Thanh Ba Nguyen
-
-
Constructor Summary
Constructors Constructor Description RedisUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.github.ddth.commons.redis.JedisConnectorcloseJedisConnector(com.github.ddth.commons.redis.JedisConnector jc, boolean canClose)Close the suppliedJedisConnector.
-