Hi,
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?
Information on your n8n setup
- n8n version: Latest
- Database (default: SQLite): PostGres
- n8n EXECUTIONS_PROCESS setting (default: own, main):Queue
- Running n8n via (Docker, npm, n8n cloud, desktop app):Docker