Skip to content

Support for Redis Cluster by providing an alternative to pipelining #786

@peteAhn

Description

@peteAhn

After I read the Redis cluster connection in the readme document,
I've tested the sample source connecting the Redis Cluster with 3 nodes.
Then I faced the following error message.

ReplyError: CROSSSLOT Keys in request don't hash to the same slot
return new ReplyError(string)
           ^
ReplyError: CROSSSLOT Keys in request don't hash to the same slot
    at parseError (/home/cr-api-server/node_modules/redis-parser/lib/parser.js:179:12)
    at parseType (/home/cr-api-server/node_modules/redis-parser/lib/parser.js:302:14) {
  command: { name: 'exec', args: [] },
  previousErrors: []
}

I found out the following issues.

Please let me know the node-resque support a Redis Cluster or not.
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions