Open RichardWright opened 2 years ago
@RichardWright Doesn't seems to be a real good choice of library (unactive, unused..). You can totally work with redis-streams (https://redis.io/topics/streams-intro) with ioredis. I am doing so & for what I know, there isn't good abstraction around redis-streams in Node.js ecosystem. Maybe I'll put something in public later.
@Rossb0b Sorry I never replied, but I'm not talking about redis streams, but a nodejs stream (aka https://nodejs.org/api/stream.html)
@Uzlopak what I'm looking for is a way to stream the contents of a get command using these (https://nodejs.org/api/stream.html).
This seems like a nice thing to have in the lib. I can pick this up
Does io-redis support this library? I'd like to stream data from redis.
https://www.npmjs.com/package/redis-rstream