What could be the reason I cannot connect to Password protected Redis?
I setup a passowrd protected Redis in my localhost. When I add the following configuration for Redis in nuxeo.conf file nuxeo.redis.enabled=true nuxeo.redis.host=localhost nuxeo.redis.port=6379 nuxeo.redis.prefix=nuxeo: nuxeo.redis.password=<my passw...