RediStack icon indicating copy to clipboard operation
RediStack copied to clipboard

Merge Pub/sub subscriptions to the same channel

Open Joannis opened this issue 11 months ago • 0 comments

If a user has multiple paths in the same codebase that subscribe to the same channel, we could merge those calls into a single subscription. That would be more efficient for both the Redis server and the client.

Joannis avatar Mar 22 '25 10:03 Joannis