Class RedisUtils


  • public class RedisUtils
    extends Object
    Internal Redis utility class.
    Since:
    1.0.0
    Author:
    Thanh Ba Nguyen
    • Constructor Detail

      • RedisUtils

        public RedisUtils()
    • Method Detail

      • closeJedisConnector

        public static com.github.ddth.commons.redis.JedisConnector closeJedisConnector​(com.github.ddth.commons.redis.JedisConnector jc,
                                                                                       boolean canClose)
        Close the supplied JedisConnector.
        Parameters:
        jc -
        canClose -
        Returns: