-
Notifications
You must be signed in to change notification settings - Fork 869
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels