Releases Index

node-redis

$npx @buildinternet/releases get node-redis
Mon
Wed
Fri
SepOctNovDecJanFebMarAprMayJunJulAugSep
Less
More
Releases6Avg2/mo
redis@6.2.1

Cluster clients now handle MOVED/ASK redirects for atomic MULTI and keep batch commands routed by slot during migration, plus a new MaxCommandRedirectionsError. Stale data listeners are removed on socket errors, credential subscriptions are disposed on every close, and RESP3 doubles decode to the value the server sent.

Read more →
redis@6.2.0

Cluster commands now follow the server's request/response policies, transparently splitting multi-key commands across hash slots and aggregating replies. Raw sendCommand now follows policy instead of hitting a single node — use cluster.nodeClient(node).sendCommand(...) for per-node operations. Also adds HIMPORT (experimental) and broad new command coverage across time-series, search, and core.

Read more →
redis@6.2.0-beta.0

New time-series commands (TS.NRANGE, TS.NREVRANGE, TS.READ, TS.QUERYLABELS, EXCLUDEEMPTY, multi-aggregator), RediSearch additions (FT.ALIASLIST, COLLECT reducer, HNSW RERANK, timeout warnings, stemmer languages), and core client commands (SUNIONCARD, SDIFFCARD, LMOVEM, BLMOVEM, ZREVRANK WITHSCORE, COMMAND DOCS, XREAD MAXCOUNT/MAXSIZE). A large batch of fixes ensures zero-valued optional arguments (LIMIT 0, DB 0, SAMPLES 0, etc.) are no longer dropped from the wire, plus cluster and sentinel connection-lifecycle fixes. The HIMPORT command family is experimental.

Read more →
redis@6.0.0

RESP3 is now the default protocol (opt back into RESP2 explicitly), and Node.js 20 is the new minimum supported version. New commands include CLIENT UNBLOCK, XNACK, Redis 8.8 array commands, INCREX/INCREXBYFLOAT, and ZINTER/ZUNION COUNT aggregator. Fixed pubsub connection handling in Sentinel failover and sharded cluster topology recovery, and a CVE-2026-41907 vulnerability via @azure/msal-node.

Read more →

5.11.0 Release Changelog

🌟 Highlights
Smart Client Handoffs for Enterprise OSS API (Pending a Redis Enterprise version release)

This release introduces support for Redis Enterprise Cluster maintenance notifications via SMIGRATING/SMIGRATED push…

Read more →

Changes

🚀 New Features

  • Add MSETEX command support (#3116)
  • Add CLAIM attribute to XREADGROUP command (#3122)
  • Add index/query doc page examples (#3109)

🧪 Experimental Features

  • Add support for CAS/CAD, DELEX, DIGEST commands (#3123)
  • Add support for…
Read more →
Last Checked
14h ago
Latest
redis@6.2.1
Tracking since Feb 22, 2022