-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Description: The Pub/Sub mechanism needs to handle subscriptions across multiple shards. We are requesting support for SSubscribe, which would allow efficient and reliable subscribing to channels across Redis shards. This feature would ensure that messages are properly delivered across different Redis instances in a sharded setup, facilitating seamless communication across distributed systems.
Use Case: In scenarios where Redis is sharded for scalability or partitioning, subscribing to channels across shards becomes a challenge. The ability to use SSubscribe in such environments would simplify message distribution and consumption, improving performance and reliability for large-scale applications relying on Redis Pub/Sub for real-time messaging.