Skip to content

Releases: redis/node-redis

bloom@1.2.0

25 Jan 18:16

Choose a tag to compare

Enhancements

  • Add support for BF.CARD command (#2376)

redis@4.5.1

24 Nov 19:14

Choose a tag to compare

Enhancements

  • upgrade @redis/client

client@1.4.2

24 Nov 19:11

Choose a tag to compare

Fixes

fix #2010 - stop reconnect after .disconnect() (#2323)

client@1.4.1

24 Nov 19:08

Choose a tag to compare

Fixes

  • fix #2205 - reject commands in connect phase when disableOfflineQueue is true (#2328)

Enhancements

time-series@1.0.4

10 Nov 08:55

Choose a tag to compare

Fixes

  • ts.mRangeWithLabels FILTER as an array of string not apply (#2266)

redis@4.5.0

10 Nov 09:00

Choose a tag to compare

Enhancements

  • upgrade @redis/client
  • upgrade @redis/time-series

client@1.4.0

10 Nov 08:58

Choose a tag to compare

Enhancements

  • Add support for ping interval (#2321)

redis@4.4.0

01 Nov 20:22

Choose a tag to compare

Enhancements

graph@1.1.0

01 Nov 20:18

Choose a tag to compare

Enhancements

client@1.3.1

01 Nov 20:14

Choose a tag to compare

Fixes

  • Fix CLUSTER_NODES ipv6 address parsing by @Pomkaize in #2269
  • Reject multi.exec() promise with ClientClosedError after client disconnect by @dabroek in #2293
  • fix(client): Avoids infinite promise-chaining when socket's creation fails by @JonasFaure in #2295