node-redis-pubsub
node-redis-pubsub copied to clipboard
Simple pubsub for node using Redis
Just to point out a behavior of this library that is not obvious and that made me wrong. If you subscribe for the same channel pattern multiple times, and then...
I can see that this is calling quit on the redis library. I believe you also want to call .unref() on the connections, see npm redis module doc, in order...
Hey. How can I count all currently opened sockets?
my goal is to use Redis pub/sub (hopefully using this library) to send messages upon an update or insert of a Redis key. Does this library go low-level enough for...