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=
Nuxeo cannot connect to Redis.
But if I setup the Redis without password protection, and comment the line nuxeo.redis.password in nuxeo.conf, the it works.
Can someone help me here please?
Thanks
0 votes
1 answers
1742 views