Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project namespace bug #12

Closed
apmcodes opened this issue Mar 22, 2018 · 2 comments
Closed

project namespace bug #12

apmcodes opened this issue Mar 22, 2018 · 2 comments
Labels

Comments

@apmcodes
Copy link

apmcodes commented Mar 22, 2018

In the consumer constructor, project namespace must be set (setNamespace()) before generating the keys (redisKeys.getKeys()).

Currently, while construing consumer this is causing the keys to be generated incorrectly with default namespace in it, like redis-smp-default. Rest of the times, getKeys generating correct keys.

Monitor needs namespace update in statsFrontend()
if (config.hasOwnProperty('namespace')) redisKeys.setNamespace(config.namespace);

@weyoss
Copy link
Owner

weyoss commented Mar 25, 2018

Thank you for reporting the issue and for helping to make this project better.

@weyoss
Copy link
Owner

weyoss commented Mar 25, 2018

Closing as resolved.

@weyoss weyoss closed this as completed Mar 25, 2018
@weyoss weyoss added the bug label May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants