Skip to content

Releases: redis/node-redis

[email protected]

26 Jun 23:07
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

⚠️ This is an alpha/pre-release version. DO NOT USE IN PRODUCTION!

Docs

https://github.com/redis/node-redis/blob/v5/packages/redis/README.md
https://github.com/redis/node-redis/blob/v5/docs/v5.md
https://github.com/redis/node-redis/blob/v5/docs/v4-to-v5.md

Known missing features/issues

  • "Isolation Pool"/blocking commands
  • Some commands
  • Docs
  • Cluster "request & response policies" is partially implemented and not documented

[email protected]

31 May 12:45
Compare
Choose a tag to compare

Enhancements

[email protected]

31 May 12:48
Compare
Choose a tag to compare

Enhancements

  • upgrade @redis/client from 1.5.7 to 1.5.8
  • upgrade @redis/search from 1.1.2 to 1.1.3

[email protected]

31 May 12:46
Compare
Choose a tag to compare

Enhancements

  • XINFO CONSUMERS - add support for the inactive field by @codrin-ch in #2490
  • Add support for LATENCY LATEST by @Karnav123 in #2514
  • Autopipeline - use setImmediate instead of queueMicrotask (improves performance) by @leibale in #2516

[email protected]

30 Apr 15:19
b4bb68d
Compare
Choose a tag to compare

[email protected]

27 Apr 22:51
dc920d3
Compare
Choose a tag to compare

Enhancements

  • upgrade @redis/client from 1.5.6 to 1.5.7

[email protected]

27 Apr 22:49
Compare
Choose a tag to compare

Fixes

[email protected]

24 Feb 23:09
Compare
Choose a tag to compare

Fixes

  • fix FT.SEARCH RETURN [] (#2421)

[email protected]

24 Feb 23:23
Compare
Choose a tag to compare

Enhancements

  • upgrade @redis/client from 1.5.5 to 1.5.6

[email protected]

24 Feb 23:11
Compare
Choose a tag to compare

Fixes

  • fix #2419 - fix RESP2 array decoder in edge cases (#2424)
  • fix #2411 - export RedisFlushModes (#2425)
  • Execute empty MULTI (#2423)