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

TypeError: undefined is not a function in RedisClient #3

Open
aalin opened this issue Mar 30, 2015 · 1 comment
Open

TypeError: undefined is not a function in RedisClient #3

aalin opened this issue Mar 30, 2015 · 1 comment

Comments

@aalin
Copy link
Contributor

aalin commented Mar 30, 2015

Not sure which command it's trying to send, but possibly ping. 324cad6 seemed to fix my issues at first, but then I got this:

prerender_1 | 2015-03-30T21:06:29.901Z started phantom
prerender_1 | /app/node_modules/prerender-redis-cache/node_modules/redis/index.js:959
prerender_1 |             return this.send_command(command, to_array(arguments));
prerender_1 |                         ^
prerender_1 | TypeError: undefined is not a function
prerender_1 |     at RedisClient.(anonymous function) (/app/node_modules/prerender-redis-    cache/node_modules/redis/index.js:959:25)
prerender_1 |     at wrapper [as _onTimeout] (timers.js:265:14)
prerender_1 |     at Timer.listOnTimeout (timers.js:110:15)
prerender_1 | 2015-03-30T21:09:30.206Z starting worker thread #0

I don't have time to investigate at the moment, so I'm opening this issue.

@JonathanBennett
Copy link
Owner

Hey @aalin - Thanks for your commits. For the time being I'm going to rollback but keep this open as I liked the ping fix for the disconnect to keep connection alive. Just don't want people pulling a broken package from NPM. J

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