NC not connecting to Redis

My ncp instance is throwing RedisException errors indicating that it is not connecting to redis. However, redis-server is running (verified with various ps commands, as well as tailing the redis-server.log), so it would seem that the redis section of my config.php is not correct.

How can I test the reds-client connection settings etc, in order to confirm that I have the proper redid configuration in my config.php?

Relatedly, where would I find the ‘default’ redis configuration for a new ncp install?

I was able to sort this out by getting the redis config details from:
/etc/redis/redis.conf

And then updating config.php, with help from this link.

1 Like