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.

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 0

Like

1 comments

Solution: For some reason it did not save when I was editing the config file locally, but it worked when I edited the properties directly in the IIS manager

Show all comments