Add support for Redis 7's sharded pubsub commands#1066
Add support for Redis 7's sharded pubsub commands#1066slact wants to merge 1 commit intoredis:masterfrom
Conversation
There was a problem hiding this comment.
I believe we need to handle global channels (SUBSCRIBE) and sharded channels (SSUBSCRIBE) separately. It seems that the ac->sub.channels callback is used for both types, but according to the note in Redis docs they are separate.
|
As I understand, there is no difference between the So if you use hiredis to By the way, I initially implemented this with a separate |
Ah, you are right! That's an interesting twist.. |
|
There are ongoing discussions regarding this problem in redis/redis#10748 |
|
Oh boy. Well, in the meantime, the official C library does not support the official API. |
No description provided.