Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Fixed missing redis auth in init.js #295

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed missing redis auth in init.js #295

wants to merge 1 commit into from

Conversation

racquemis
Copy link

When Redis is setup with authentication z-nomp fails to start the redis connection due to a missing line in init.js

When Redis is setup with authentication z-nomp fails to start the redis connection due to a missing line in init.js
@hellcatz
Copy link
Collaborator

Should it not be?

           redisConfig = pcfg.redis;
           connection = redis.createClient(redisConfig.port, redisConfig.host)
            if (redisConfig.password) { 
                connection.auth(redisConfig.password);  
            } 

@nimbosa
Copy link
Member

nimbosa commented Oct 7, 2018

@racquemis

@nimbosa nimbosa added the bug label Oct 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants