Hi @MutedJam
Can we use redis as Redis sentinels or Redis Cluster in queue mode ?
I dont see any option to set sentinel , master name etc env variables
Hi @Pooja, I am not familiar with Redis Sentinel I am afraid. I’d be very surprised if we had any custom logic for this built in, but perhaps @krynble can confirm?
Hey @Pooja,
From what I can tell looking at the docs for Bull and our implementation it is currently not possible so it may need a feature request for Sentinels
1 Like
Hey @Pooja sorry for taking so long, but as Jon mentioned, it is currently not possible. Only “regular” Redis installations work for queue mode.
I’ve just had a crack at this, working fine in my limited testing so far - ✨ Add Redis Sentinel support by pemontto · Pull Request #5350 · n8n-io/n8n · GitHub
3 Likes