releases.shpreview

Time-series and search commands expand; zero-valued args no longer dropped

redis@6.2.0-beta.0

19 features17 fixesThis release19 featuresNew capabilities17 fixesBug fixesAI-tallied from the release notes
From the original release noteView original β†—

6.2.0-beta.0

✨ Highlights

This release brings a broad wave of new command coverage across the client and modules. The time-series package gains the most: new TS.NRANGE/TS.NREVRANGE multi-key pivot commands, a TS.READ cursor reader, TS.QUERYLABELS, EXCLUDEEMPTY on MRANGE/MREVRANGE, and multi-aggregator support. RediSearch adds FT.ALIASLIST, a COLLECT reducer for FT.AGGREGATE, HNSW RERANK, timeout warnings on the FT.SEARCH family, and the full set of stemmer languages. The core client adds SUNIONCARD/SDIFFCARD, LMOVEM/BLMOVEM, ZREVRANK WITHSCORE, COMMAND DOCS, and XREAD MAXCOUNT/MAXSIZE. A large batch of correctness fixes lands for zero-valued optional arguments (LIMIT 0, DB 0, SAMPLES 0, ENTRIESREAD 0, IDLETIME/FREQ 0, ENTRIESADDED 0) that were previously dropped from the wire, alongside several cluster and sentinel connection-lifecycle fixes.

The new HIMPORT command family (managed fieldset lifecycle) ships as experimental β€” see the warning below.

πŸš€ New Features

  • feat: add COMMAND DOCS support (#3362) β€” @Hashim1999164
  • feat(client): add LMOVEM and BLMOVEM commands (#3340) β€” @nkaradzhov
  • feat(client): add SUNIONCARD and SDIFFCARD set cardinality commands (#3336) β€” @nkaradzhov
  • feat(client): add ZREVRANK WITHSCORE command (#3279) β€” @raashish1601
  • feat(xread): add MAXCOUNT and MAXSIZE support (#3335) β€” @nkaradzhov
  • feat(search): expose timeout warnings on the FT.SEARCH family (#3338) β€” @nkaradzhov
  • feat(search): add missing RediSearch stemmer languages (#3350) β€” @nkaradzhov
  • feat(search): add FT.ALIASLIST command (#3351) β€” @nkaradzhov
  • feat(search): add RERANK parameter for HNSW vector fields (#3356) β€” @nkaradzhov
  • feat(search): add COLLECT reducer to FT.AGGREGATE (#3310) β€” @nkaradzhov
  • feat(time-series): add TS.NRANGE and TS.NREVRANGE multi-key pivot commands (#3337) β€” @nkaradzhov
  • feat(time-series): support multiple aggregators per key in TS.NRANGE/TS.NREVRANGE (#3360) β€” @nkaradzhov
  • feat(time-series): add TS.QUERYLABELS (LABELS and VALUES forms) (#3354) β€” @nkaradzhov
  • feat(time-series): add EXCLUDEEMPTY to TS.MRANGE and TS.MREVRANGE (#3352) β€” @nkaradzhov
  • feat(time-series): add TS.READ cursor read command (#3322) β€” @nkaradzhov
  • feat(json): add reviver support to GET, MGET, and ARRPOP (#3205) β€” @JeanSamGirard

⚠️ Experimental

  • feat(client): add HIMPORT command family with managed fieldset lifecycle (#3381) β€” @nkaradzhov. The HIMPORT family and its FieldsetRegistry/PreparedFieldsets API are experimental and unstable; the surface may change or be removed in a future release. Do not depend on it in production.

πŸ› Bug Fixes

  • fix(client): include acquire timeout duration in pool timeout error message (#3382) β€” @Piyush0049
  • fix(client): reject in-flight connect attempt when socket dies during initiator (#3374) β€” @nkaradzhov
  • fix(client): clear neighbor pointers when removing the head node (#3320) β€” @abhijeetkumarsah92
  • fix(client): XADD/XTRIM with LIMIT 0 must emit the argument (#3342) β€” @Develop-KIM
  • fix(client): XGROUP CREATE/SETID with ENTRIESREAD 0 must emit the argument (#3333) β€” @Develop-KIM
  • fix(client): XSETID with ENTRIESADDED 0 must emit the argument (#3324) β€” @spokodev
  • fix(client): MEMORY USAGE must emit SAMPLES when 0 (#3328) β€” @Develop-KIM
  • fix(client): RESTORE with IDLETIME/FREQ 0 must emit the argument (#3323) β€” @spokodev
  • fix(client): GETEX PXAT with Date must encode milliseconds (#3317) β€” @spokodev
  • fix(client): COPY with DB 0 must emit the DB argument (#3318) β€” @spokodev
  • fix(cluster): rebind abort/timeout listeners when a command moves to another queue (#3367) β€” @GiHoon1123
  • fix(cluster): extractAllCommands only returned the first queued command (#3364) β€” @GiHoon1123
  • fix(cluster): reject commands before cluster topology is ready (#3321) β€” @GiHoon1123
  • fix(sentinel): reject connect() instead of hanging when the resolved master is unreachable (#3331) β€” @GiHoon1123
  • fix(search): preserve zero FT.CREATE scores (#3355) β€” @alencristen
  • fix: hScanValuesIterator yields values instead of field names (#3344) β€” @winklemad
  • fix: remove dangling agent symlinks that break checkout (#3334) β€” @nkaradzhov

🧰 Maintenance

  • Staggered 6.2.0-beta.0 releases across all workspaces (client, bloom, json, search, time-series, entraid, redis)
  • ci(release): skip throwaway workspace update during staggered release (#3384) β€” @nkaradzhov
  • ci: fix release-drafter Maintenance category key (#3358) β€” @nkaradzhov
  • ci(documentation): cap GITHUB_TOKEN to contents: read (#3291) β€” @arpitjain099
  • chore(tests): bump default docker test image to 8.10 (#3383, #3319, #3348) β€” @nkaradzhov
  • chore(docs): update security email (#3379) β€” @nkaradzhov
  • chore: bump metrics exporter (#3375) β€” @bobymicroby
  • chore(skills): emit maintainer comments without blockquote markers (#3373) β€” @nkaradzhov
  • chore: add agent skills and tooling configs (#3316) β€” @nkaradzhov
  • chore(deps): bump jws from 3.2.2 to 3.2.3 (#3372) β€” @dependabot
  • chore(deps): bump on-headers and express-session (#3371) β€” @dependabot
  • chore(deps): bump uuid and nyc (#3370) β€” @dependabot
  • chore(deps): bump esbuild and tsx (#3309) β€” @dependabot
  • refactor(test-utils): single source for default docker test image config (#3349) β€” @nkaradzhov
  • test: run client command specs against an external Redis Enterprise database (#3341) β€” @kiryazovi-redis
  • test(scenario): tolerate at-least-once duplicates during pub/sub migrate handoff (#3345) β€” @kiryazovi-redis
  • test(search): add non-English language coverage for FT.SEARCH (#3339) β€” @nkaradzhov
  • test(client): add message assertion test for XCLAIM JUSTID (#3376) β€” @Piyush0049
  • test(client): fix flaky cluster PubSub listener-move test (#3347, #3357) β€” @nkaradzhov
  • fix(client): stabilize flaky LATENCY LATEST test (#3326) β€” @nkaradzhov
  • docs: add CommonJS basic example to README (#3359) β€” @Hashim1999164
  • docs: update end event description to reference close() and destroy() (#3332) β€” @Wnayar
  • docs(cluster): document that rootNodes config is not inherited by node connections (#3327) β€” @nkaradzhov
  • docs(contributing): document Docker Desktop host networking requirement for tests on macOS/Windows (#3330) β€” @nkaradzhov
  • docs(skills): improve implement-command guidance (#3353) β€” @nkaradzhov

New Contributors

Full Changelog: https://github.com/redis/node-redis/compare/9ba65ddb35...043d304f95

Fetched July 30, 2026

Time-series and search commands expand; zero-valued args… β€” releases.sh