Class RedisConfig

java.lang.Object
org.summerboot.jexpress.integration.cache.RedisConfig
All Implemented Interfaces:
JExpressConfig

public class RedisConfig extends Object implements JExpressConfig
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Field Details

    • PK

      protected static final String PK
      See Also:
    • log

      protected static org.apache.logging.log4j.Logger log
    • cfgFile

      protected File cfgFile
    • jedisPools

      protected volatile List<redis.clients.jedis.JedisPool> jedisPools
    • masterPool

      protected volatile redis.clients.jedis.JedisPool masterPool
    • nodes

      protected volatile List<String> nodes
    • reconnectRetryIntervalMinutes

      protected volatile int reconnectRetryIntervalMinutes
    • sendAlertIntervalMinutes

      protected volatile int sendAlertIntervalMinutes
    • cfg

      public static final RedisConfig cfg
  • Constructor Details

    • RedisConfig

      public RedisConfig()
  • Method Details