Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.45k stars 862 forks source link

How does redis client subscribe event back to nodejs server/process? Is it via normal http request or using sockets? Please explain in detail #1130

Open mayankgoyal1993 opened 6 years ago

sudhirbitsgoa commented 6 years ago

https://github.com/NodeRedis/node_redis/blob/009479537eb920d2c34045026a55d31febd1edd7/index.js#L251

mayankgoyal1993 commented 6 years ago

Thanks