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

Send a buffer as data #1162

Open hyades opened 6 years ago

hyades commented 6 years ago

I am trying to send Buffer as data into the queue, enabling the corresponding mode in Redis. However after looking at the code for kue I found that there are multiple places where JSON.Stringify is used to convert the Buffer into an Object. Any plans for a new feature?