ioredis icon indicating copy to clipboard operation
ioredis copied to clipboard

ioredis does not define the return type of the redis stream command.

Open JanYork opened this issue 1 year ago • 0 comments

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.

JanYork avatar Aug 22 '24 09:08 JanYork