ioredis icon indicating copy to clipboard operation
ioredis copied to clipboard

fix: support commands added in Redis 7.0.2

Open luin opened this issue 3 years ago • 0 comments

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.

luin avatar Jun 25 '22 03:06 luin