Jon Joe

Jon Joe

  • 1.5k
  • 94
  • 7.6k

After implementing the Redis cache in the C# application, test cases s

Dec 22 2022 11:46 AM

We have implemented Redis cache in the C# application on existing methods like GetMatserData. There is an existing test case that is working fine on the local system after Redis implementation. But on Azure Pipeline we are getting the below error:

StackExchange.Redis.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.

Please suggest.


Answers (3)