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
Hi all,
When I use redis cluster, I found an issue at node_modules/node-resque/lib/worker.js line 386.
I suggested use async to rewrite that delete key operation.
Because on cluster mode, ioredis library can not delete key on different slot at once.
That error message sow below:
"CROSSSLOT Keys in request don't hash to the same slot".
Hi all,
When I use redis cluster, I found an issue at
node_modules/node-resque/lib/worker.js
line 386.I suggested use async to rewrite that delete key operation.
Because on cluster mode, ioredis library can not delete key on different slot at once.
That error message sow below:
"CROSSSLOT Keys in request don't hash to the same slot".
I rewrite some code to fix this issue.
The text was updated successfully, but these errors were encountered: