Skip to content

Releases: redis/node-redis

[email protected]

17 Jan 13:56
Compare
Choose a tag to compare

[email protected]

17 Jan 13:56
Compare
Choose a tag to compare

Fixes

  • Fix NOAUTH error when using authentication & database (#1681)
  • Allow to .quit() in PubSub mode (#1766)
  • Add an option to configurate name on a client (#1758)
  • Lowercase commands (client.hset) in legacyMode
  • Fix PubSub resubscribe (#1764)
  • Fix RedisSocketOptions type (#1741)

Enhancements

  • Add support for numbers and Buffers in HSET (#1738 #1739)
  • Export RedisClientType, RedisClusterType and some more types (#1673)

[email protected]

17 Jan 13:51
Compare
Choose a tag to compare

[email protected]

27 Aug 20:48
Compare
Choose a tag to compare

This version is a major change and refactor, adding modern JavaScript capabilities and multiple breaking changes. See the migration guide for tips on how to upgrade.

Breaking Changes

  • All functions return Promises by default
  • Dropped support for Node.js 10.x, the minimum supported Node.js version is now 12.x
  • createClient takes new and different arguments
  • The prefix, rename_commands configuration options to createClient have been removed
  • Login credentials are no longer saved when using .auth() directly

Features

  • Added support for Promises
  • Added built-in TypeScript declaration files enabling code completion
  • Added support for clustering
  • Added idiomatic arguments and responses to Redis commands
  • Added full support for Lua Scripts
  • Added support for SCAN iterators
  • Added the ability to extend Node Redis with Redis Module commands

[email protected]

17 Jan 13:50
Compare
Choose a tag to compare

[email protected]

17 Jan 13:54
Compare
Choose a tag to compare

v3.1.2

20 Apr 22:28
4f85030
Compare
Choose a tag to compare

Fixes

Exclude unnecessary files from tarball (#1600)

v3.1.1

13 Apr 16:49
fc28860
Compare
Choose a tag to compare

Enhancements

  • Upgrade node and dependencies (#1578)

Fixes

  • Fix a potential exponential regex in monitor mode (#1595)

v3.1.0

31 Mar 21:55
Compare
Choose a tag to compare

Enhancements

  • Upgrade node and dependencies and redis-commands to support Redis 6 (#1578)
  • Add support for Redis 6 auth pass [user] (#1508)

v3.0.2

31 Mar 21:28
Compare
Choose a tag to compare
v3.0.2