Skip to content

Kue broken with redis update #857

@aldgagnon

Description

@aldgagnon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions