Skip to content

Releases: redis/node-redis

redis@4.6.13

05 Feb 14:26
Compare
Choose a tag to compare

Enhancements

  • Upgrade @redis/client from 1.5.13 to 1.5.14

client@1.5.14

05 Feb 14:24
Compare
Choose a tag to compare

Fixes

  • fix(clustered pubsub): check that client.isOpen before calling client.disconnect() when unsubscribing by @BrentLayne in #2687

New Contributors

redis@4.6.12

18 Dec 20:21
Compare
Choose a tag to compare

Enhancements

  • Upgrade @redis/client from 1.5.12 to 1.5.13

client@1.5.13

18 Dec 20:19
Compare
Choose a tag to compare

Fixes

search@1.1.6

20 Nov 18:53
Compare
Choose a tag to compare

Enhancements

redis@4.6.11

20 Nov 18:53
Compare
Choose a tag to compare

Enhancements

  • Upgrade @redis/client from 1.5.11 to 1.5.12
  • Upgrade @redis/graph from 1.1.0 to 1.1.1
  • Upgrade @redis/json from 1.1.5 to 1.1.6

graph@1.1.1

20 Nov 18:52
Compare
Choose a tag to compare

Fixes

  • fix GRAPH.EXPLAIN - fix transform typo in transformReply by @0o001 in #2627

Enhancements

client@1.5.12

20 Nov 18:51
Compare
Choose a tag to compare

Fixes

  • fix #2632 - handle socket close in "socket initiator" phase by @leibale in #2653
  • fix cluster.sUnsubscribe - make listener optional by @Clsan in #2641

Enhancements

  • Send client user-agent during connection, via CLIENT SETINFO by @sjpotter in #2645

redis@5.0.0-next.4

10 Nov 03:42
Compare
Choose a tag to compare

search@1.1.5

22 Sep 11:05
Compare
Choose a tag to compare

Fixes

  • Revert the minimum node version change