Hey, thanks for the awesome work in supporting Redis 💯

Is it possible to use Redis Streams instead of Pub/Sub API to get events when a failover happen? I would like to have a solution where the events are persisted and/or I don't need to deduplicate then.

Comment From: sundb

no. one approach is to modify the code of sentinel, but it's risky.

Comment From: leonardovillela

would make sense to add this feature to Redis Sentinel? A way to configure Sentinel to publish events as Redis Streams?

Comment From: sundb

@leonardovillela sorry, i think we don't have a plan for it.

Comment From: leonardovillela

Are you open to receive contributions? Do you think this feature make sense?

Comment From: sundb

Are you open to receive contributions? Do you think this feature make sense?

sure, but I'm not sure if it will be merged, because we don't maintain it anymore. But I'll still review the code for you.

Comment From: leonardovillela

because we don't maintain it anymore.

why you don't maintain it anymore? are you planning to deprecate sentinel pub/sub API?

Comment From: sundb

@leonardovillela It's not about deprecating it, but rather not adding new features to it. but we still fix the bugs for it.