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
The smessage event is not received. It works with classic publish()/subscribe() though:
subClient.subscribe("foo",()=>{pubClient.publish("foo","bar");});subClient.on("message",(_,message)=>{console.log("got",message);// prints "got bar"});
Copied from: redis/ioredis#1759
The
smessage
event is not received. It works with classic publish()/subscribe() though:My
docker-compose.yml
, for reproducibility:Thanks in advance!
I think this hurts the adoption of
iovalkey
and user(s) seems to settle on other alternatives due to missing support.The text was updated successfully, but these errors were encountered: