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
I created a separate ticket for the pub/sub commands because SUBSCRIBE and PSUBSCRIBE are blocking commands.
My high level idea for these commands is that they would an async iterator that could be passed to stream.
Although PUBLISH, UNSUBSCRIBE, PUNSUBSCRIBE and, PUBSUB can be factories like all the other commands, subscribe would be better suited as a function of the client submodule.
The text was updated successfully, but these errors were encountered:
I created a separate ticket for the pub/sub commands because
SUBSCRIBE
andPSUBSCRIBE
are blocking commands.My high level idea for these commands is that they would an async iterator that could be passed to
stream
.Although
PUBLISH
,UNSUBSCRIBE
,PUNSUBSCRIBE
and,PUBSUB
can be factories like all the other commands,subscribe
would be better suited as a function of theclient
submodule.The text was updated successfully, but these errors were encountered: