Replies: 1 comment
-
I would very muck like this feature. I see from these issues |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In my company we have a feature proposal that I started working on and would like to know if you are interested in having it in the client.
Following use case is not covered easily by the current client implementation:
Proposal would be to add connection multiplexing for the pub/sub to the client.
Client would listen to changes for all the channels over a shared connection and handle message delivery to subscribers.
Example of this can be seen in Stack Exchange Redis C# client:
https://github.com/StackExchange/StackExchange.Redis
https://stackexchange.github.io/StackExchange.Redis/
Are you interested in having this in the client?
Would you like me to open a draft PR for the possible implementation?
Just FYI,
I started working on multiplexing pub/sub and it seems to me the easiest way would be to create a wrapper around current PubSub.
So "MultiplexingPubSub" would use current PubSub structure to get all the changes from Redis and then deliver it correctly via mapping.
But, we can discuss the possible implementation in the draft PR in case you are interested.
BR,
Hrvoje
Beta Was this translation helpful? Give feedback.
All reactions