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?
@krynble could you please help here
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
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
Any upgrade on this? We also need sentinel/cluster support.
Hey @Mustafa_fimple,
Nothing at the moment, We do support Redis clusters but not Sentinel.