Can we use redis as Redis sentinels or Redis Cluster in queue mode?

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 :pray:

2 Likes

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 :slight_smile:

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

5 Likes

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.

1 Like