related ticket
https://support.aspnetzero.com/QA/Questions/2356/Elastic-Redis-Cache-AWS
We are facing similar issue
We are getting following error
RedisConnectionException: It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
Telnet is also working
Regards,
4 Answer(s)
-
0
Hi @kansoftware
Could you test with a tool or redis-cli to see if you are able to connect to your redis instance ?
-
0
Thanks
But Redis not getting connect.
Currently we have hosted application on linux server which is behind load balancer and in case enable scaling and multiple instances are running. Chat module is not working.
I believe we need to configure backplane looking at documentation
Do you have steps configuration we are using latest version of aspnetzero.
-
0
Hi @kansoftware
Could you test with a tool or redis-cli to see if you are able to connect to your redis instance ?
Yes, we can connect to the Redis server using telnet, but we are unable to establish a connection in our application
-
0
Hi @kansoftware,
Maybe this document help you. https://aspnetboilerplate.com/Pages/Documents/Caching#redis-cache-integration
If your problem persists, you can share your project with [email protected] and we can look at it in more detail.