Example #1
0
 /// <summary>
 /// 
 /// </summary>
 public RedisPoolSetting()
 {
     _redisSection = ConfigManager.Configger.GetFirstOrAddConfig<RedisSection>();
 }
Example #2
0
 /// <summary>
 /// 
 /// </summary>
 public RedisPoolSetting(bool useConfig = true)
 {
     _redisSection = useConfig ? ConfigManager.Configger.GetFirstOrAddConfig<RedisSection>() : new RedisSection(false);
 }