ioredis
ioredis copied to clipboard
fix: support commands added in Redis 7.0.2
Closes #1591
Previously, the latest Redis commands didn't support well when we wanted to get key indexes from them. This led https://github.com/luin/ioredis/issues/1591.
This PR upgrades @ioredis/commands so they should work.