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