Skip to content

Releases: redis/ioredis

v5.2.2

23 Jul 04:42
Compare
Choose a tag to compare

5.2.2 (2022-07-23)

Bug Fixes

  • srandmember with count argument should return array of strings (#1620) (5f813f3)

v5.2.1

16 Jul 14:36
Compare
Choose a tag to compare

5.2.1 (2022-07-16)

Bug Fixes

  • always allow selecting a new node for cluster mode subscriptions when the current one fails (#1589) (1c8cb85)

v5.2.0

11 Jul 14:24
Compare
Choose a tag to compare

5.2.0 (2022-07-11)

Features

v5.1.0

25 Jun 07:28
Compare
Choose a tag to compare

5.1.0 (2022-06-25)

Features

  • add command typings for Redis 7.0.2. Also fix a typing issue for hgetallBuffer. (#1611) (fa77c07)

v5.0.6

31 May 16:30
Compare
Choose a tag to compare

5.0.6 (2022-05-31)

Bug Fixes

v5.0.5

17 May 12:54
Compare
Choose a tag to compare

5.0.5 (2022-05-17)

Bug Fixes

  • improve typing for redis.multi (#1580) (f9f875b)
  • send correct command during auto-pipelining of .call() operations (#1579) (e41c3dc)

v5.0.4

09 Apr 03:07
Compare
Choose a tag to compare

5.0.4 (2022-04-09)

Bug Fixes

  • Expose ChainableCommander and other types (#1560) (df04dd8)

v5.0.3

31 Mar 13:55
Compare
Choose a tag to compare

5.0.3 (2022-03-31)

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

v5.0.2

30 Mar 02:13
Compare
Choose a tag to compare

5.0.2 (2022-03-30)

Bug Fixes

  • allow option maxRetriesPerRequest to be null (#1553) (d62a808), closes #1550
  • support TypeScript interface as parameters of hmset and mset (#1545) (3444791), closes #1536

v5.0.1

26 Mar 10:51
Compare
Choose a tag to compare

5.0.1 (2022-03-26)

Bug Fixes

  • improve typing compatibility with @types/ioredis (#1542) (3bf300a)