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 example: use javascript parser #42

Closed
klaemo opened this issue Sep 9, 2012 · 1 comment
Closed

redis example: use javascript parser #42

klaemo opened this issue Sep 9, 2012 · 1 comment

Comments

@klaemo
Copy link
Contributor

klaemo commented Sep 9, 2012

Hey,
while deploying an app that uses node_redis to nodejitsu I noticed that the hiredis parser doesn't seem to work.
So I passed { parser: 'javascript' } to redis.createClient as mentioned in the node_redis docs

Unless there is something inherently wrong with this solution, I think it should be added to the redis section of the handbook.

Cheers,
Clemens

@jfhbrook
Copy link
Contributor

jfhbrook commented Sep 9, 2012

This actually solves a lot of my problems. If you pull request this to https://github.com/nodejitsu/handbook/blob/master/chapters/platform_features.md I will gladly accept. :D

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

3 participants