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

Redis configuration #12

Closed
Oliviergg opened this issue Oct 27, 2012 · 1 comment
Closed

Redis configuration #12

Oliviergg opened this issue Oct 27, 2012 · 1 comment

Comments

@Oliviergg
Copy link

The redis configuration in config.json doesn't work.
Based on the content of cache.js, the configuration in config.json has to be

{
...
redisHost:host
redisPort:port,
...
}

instead of

redis:{
host:host,
port:port
}
@jpetazzo
Copy link
Contributor

Thanks for reporting this. The attached pull request fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants