-
-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
Description
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.
- Resque issue #1301
- CROSSSLOT Keys error in Redis Cluster
Please let me know the node-resque support a Redis Cluster or not.
Thanks.