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'm currently using interfaces provided from this package such as UniversalClient in order to mock Redis in unit testing. This has been working quite well, however, I've hit a bit of a roadblock testing Subscribe on account of there not being a PubSub interface that the UniversalClient interface can reference?
Is this intentionally omitted or could this be included in this package?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there! 👋
I'm currently using interfaces provided from this package such as
UniversalClient
in order to mock Redis in unit testing. This has been working quite well, however, I've hit a bit of a roadblock testingSubscribe
on account of there not being a PubSub interface that the UniversalClient interface can reference?Is this intentionally omitted or could this be included in this package?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions