You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kue is throwing the following error when attempting to save jobs.
Error: ERR wrong number of arguments for 'hset' command at JavascriptReplyParser.parseResult (/home/nodeuser/node_modules/redis/node_modules/redis-parser/lib/javascript.js:90:16)
Appears there were some deprecations in node-redis starting in version 2.5.0. You can view the changelog. Is it possible to change Kue to use v2.4.2 until the issue is resolved?
As a work around, I have been explicitly setting redis in my package.json to v2.4.2.
The text was updated successfully, but these errors were encountered:
Kue is throwing the following error when attempting to save jobs.
Error: ERR wrong number of arguments for 'hset' command at JavascriptReplyParser.parseResult (/home/nodeuser/node_modules/redis/node_modules/redis-parser/lib/javascript.js:90:16)
Appears there were some deprecations in node-redis starting in version 2.5.0. You can view the changelog. Is it possible to change Kue to use v2.4.2 until the issue is resolved?
As a work around, I have been explicitly setting redis in my package.json to v2.4.2.
The text was updated successfully, but these errors were encountered: