Redis [QUESTION] It was not possible to connect to the redis server(s)  ConnectTimeout StackExchange.Redis version 2.1.58 .net Core 3.1 I have 2 service for webApi(mng and user) when I publish my service(mng) It's no problem , but other service(user) always has problem like the picture restart service(user) someTimes OK , someTimes Not
72lines: Redis [QUESTION] It was not possible to connect to the redis server(s)  ConnectTimeout in my api Redis [QUESTION] It was not possible to connect to the redis server(s)  ConnectTimeout

How can I solve it

Comment From: sundb

1) Can you first confirm what is the number of connections to redis? 2) Do you have connection pool enabled for user service? 3) Is it because the number of connections exceeded the limit?

Comment From: QianYS

connections to redis less than 10

Comment From: sundb

There is no way to see the problem from the code. Can you print your connection string?

Comment From: madolson

Marking this to be closed unless we get some more info to go.

Comment From: oranagra

@QianYS i'm closing this issue for now. please respond with more info if you get it, and / or re-open if you show an actual problem with redis itself. thanks.