Redis 6.2 command changes
shaharmor opened this issue · 2 comments
shaharmor commented
Hi,
According to the Redis 6.2 release notes, several commands have changed in one way or another.
Can we get this module to update according to the new changes?
Example:
LPOP now accepts a COUNT optional parameter which changes the return value type
luin commented
Hey Shahar,
I believe commands introduced in 6.2 are already there with v1.7.0, or did I miss something?
shaharmor commented
My bad.
The bug is actually in missing types in https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/ioredis/index.d.ts
Keep up the good work!