redis / node-redis

Redis Node.js client
https://redis.js.org/
MIT License
16.86k stars 1.87k forks source link

streaming interface for get #2304

Open RichardWright opened 1 year ago

RichardWright commented 1 year ago

Hi

Would it be possible to add support for a nodejs streaming interface? (https://nodejs.org/api/stream.html)

Thanks

leibale commented 1 year ago

This is impossible with RESP2, and will be possible only when Redis implements RESP3 "Streamed String"