You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: