ioredis icon indicating copy to clipboard operation
ioredis copied to clipboard

add RedisReadable and RedisWritable

Open Uzlopak opened this issue 4 years ago • 1 comments

This PR adds RedisReadable and RedisWritable to ioredis

These are convenient classes, which bring Redis Streams to the Node ecosystem.

Uzlopak avatar Jul 01 '21 05:07 Uzlopak

I refactored some code of mine, and have to write some unit tests in your format.

To Be done:

  • [ ] write unit tests
  • [ ] check if maxlen is correctly refactored
  • [ ] check if it can be instantiated correctly (is the export in index.ts is enough?)
  • [ ] write documentation
  • [ ] add objectMode
  • [ ] add consumergroup
  • [ ] add blocking

Uzlopak avatar Jul 01 '21 06:07 Uzlopak