Redis v5.0.3 Release Notes

Release Date: 2022-03-31 // about 2 years ago
  • ๐Ÿ› Bug Fixes

    • โž• add named exports to keep compatible with @types/ioredis (#1552) (a89a900)
    • ๐Ÿ›  Fix failover detector with sentinel and tls streams (ac00a00)
    • ๐Ÿ– handle NOPERM error for monitor (93b873d), closes #1498
    • Hook up the keepAlive after a successful connect (14f03a4), closes #1339