İsmail Kundakcı

Results 16 comments of İsmail Kundakcı

Hello, thx your quick reply. 1-) I am not using log4net library in my application 2-) I am not using newrelic.config ile as you can see first post my licence...

i still got the same error

//register redis services.AddStackExchangeRedisExtensions(new RedisConfiguration { ConnectionString = Configuration.GetConnectionString("AriPlusRedis"), PoolSize = 100, ServerEnumerationStrategy = new ServerEnumerationStrategy { Mode = ServerEnumerationStrategy.ModeOptions.All, TargetRole = ServerEnumerationStrategy.TargetRoleOptions.Any, UnreachableServerAction = ServerEnumerationStrategy.UnreachableServerActionOptions.Throw } }); in appsettings "AriPlusRedis":...

i updated my code but exception still throws :( services.AddStackExchangeRedisExtensions(new RedisConfiguration { ConnectionString = Configuration.GetConnectionString("AriPlusRedis"), PoolSize = 100, ServerEnumerationStrategy = new ServerEnumerationStrategy { Mode = ServerEnumerationStrategy.ModeOptions.All, TargetRole = ServerEnumerationStrategy.TargetRoleOptions.Any, UnreachableServerAction...

debian@ns3100181:~/ariplus-backend$ docker-compose -f docker-compose.yml logs web Attaching to ariplus-backend_web_2, ariplus-backend_web_1, ariplus-backend_web_4, ariplus-backend_web_3 web_1 | fail: StackExchange.Redis.Extensions.Core.Implementations.RedisCacheConnectionPoolManager[0] web_1 | Redis connection error restored. web_4 | fail: StackExchange.Redis.Extensions.Core.Implementations.RedisCacheConnectionPoolManager[0] web_4 | Redis connection...

I have removed PoolSize parameter but problem still continue

I have using totally same conf with sample but problem still continue //register redis var conf = new RedisConfiguration { AbortOnConnectFail = true, Password = Configuration.GetValue("RedisConf:Password"), Hosts = Configuration.GetSection("RedisConf:Hosts").Get(), AllowAdmin...