ioredis
ioredis copied to clipboard
ioredis does not define the return type of the redis stream command.
This is a project that supports typescript, can you follow up by adding the return types for redis stream related operations?
In ts project I had to use assertions to get around this nuisance, for stream related commands all return unknown or unknown[], which is too bad.