We are running our production environment for n8n with multiple redis clusters for reliability.
When trying to open the executions list via UI, we get the following error:
{"code":0,
"message":"CROSSSLOT Keys in request don't hash to the same slot",
"stacktrace":"ReplyError: CROSSSLOT Keys in request don't hash to the same slot\n
at parseError (/usr/local/lib/node_modules/n8n/node_modules/redis-parser/lib/parser.js:179:12)\n
at parseType (/usr/local/lib/node_modules/n8n/node_modules/redis-parser/lib/parser.js:302:14)"
}
Does N8N have an option to support Redis Cluster Mode?
Hi @pbirdie, I’m sorry you are having trouble. I don’t have access to a Redis cluster and the deployment seems considerably more complex than I hoped, but perhaps our local queue mode expert @krynble can chip in on this?