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.
18:39 Jul 23, 2025
Hi all,
Taking a stab at running Creatio locally and can not get my redis server running.
Here is my config file:
<?xml version="1.0" encoding="utf-8"?>
...
Running the command: redis-cli ping
Produces the expected response, pong
I've also tried setting abortConnect to false, to no avail
Like
1 comments