github redis/ioredis v5.2.5

latest releases: v5.4.1, v5.4.0, v1.3.0...
20 months ago

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.

Don't miss a new ioredis release

NewReleases is sending notifications on new releases.