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

Fixed missing redis auth in init.js#295

Open
racquemis wants to merge 1 commit into
z-classic:masterfrom
racquemis:patch-2
Open

Fixed missing redis auth in init.js#295
racquemis wants to merge 1 commit into
z-classic:masterfrom
racquemis:patch-2

Conversation

@racquemis

Copy link
Copy Markdown

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
Copy Markdown
Collaborator

Should it not be?

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

@nimbosa

nimbosa commented Oct 7, 2018

Copy link
Copy Markdown
Member

@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.

3 participants