Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC
Open Closed

Elastic Redis Cache AWS #2356 #12012


User avatar
0
kansoftware created

related ticket

https://support.aspnetzero.com/QA/Questions/2356/Elastic-Redis-Cache-AWS

We are facing similar issue

while we enabled cache

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kansoftware

    Could you test with a tool or redis-cli to see if you are able to connect to your redis instance ?

  • User Avatar
    0
    kansoftware created

    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.

  • User Avatar
    0
    kansoftware created

    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

  • User Avatar
    0
    m.aliozkaya created
    Support Team

    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.