node-redis-pubsub icon indicating copy to clipboard operation
node-redis-pubsub copied to clipboard

Simple pubsub for node using Redis

Results 15 node-redis-pubsub issues
Sort by recently updated
recently updated
newest added

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...