v5.2.5
版本发布时间: 2023-01-14 10:53:53
redis/ioredis最新发布版本:v5.4.1(2024-04-17 23:50:01)
5.2.5 (2023-01-14)
Bug Fixes
-
Named export to support ESM imports in Typescript (#1695) (cdded57)
With this change, users would be able to import Redis with
import { Redis} from 'ioredis'
. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis'
) will still be supported but will be deprecated in the next major version.