| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-14 | 3.2 kB | |
| redis@5.12.0 source code.tar.gz | 2026-04-14 | 646.6 kB | |
| redis@5.12.0 source code.zip | 2026-04-14 | 1.3 MB | |
| Totals: 3 Items | 2.0 MB | 0 | |
โจ What's Changed
๐ Features
- feat: expose
sendCommandonmultifor all clients by @nkaradzhov in https://github.com/redis/node-redis/pull/3181 - feat(sentinel): add
sSubscribe/sUnsubscribemethods to Sentinel client by @nkaradzhov in https://github.com/redis/node-redis/pull/3178
๐ Fixes
- fix(search): correct
INDEXMISSINGplacement by @nkaradzhov in https://github.com/redis/node-redis/pull/3179 - Pool fixes by @nkaradzhov in https://github.com/redis/node-redis/pull/3182
- fix(search): use
@redis/clientdist imports inCREATEcommand by @PavelPashov in https://github.com/redis/node-redis/pull/3187 - fix(sentinel): preserve root seeds for outage recovery by @nkaradzhov in https://github.com/redis/node-redis/pull/3188
- fix: fallthrough bug in
transformDoubleReplyby @rhymincymon in https://github.com/redis/node-redis/pull/3213
๐ญ Observability (OTEL + Diagnostics)
Node Redis now ships with first-class observability via OpenTelemetry metrics and Node.js diagnostics_channel. Initialize OpenTelemetry before creating clients (OpenTelemetry.init({ metrics: { enabled: true } })) and you can plug Redis client telemetry into your existing OTel SDK/exporter pipeline.
This enables visibility into command latency, connection lifecycle, resiliency/errors, Pub/Sub traffic, streaming behavior, and client-side caching activity. On top of metrics, diagnostics channels provide a more abstract, higher-level way to track runtime behavior through low-overhead event streams (commands, batches, connection events, maintenance notifications, pub/sub, cache, and pool wait timing), so APM tools or custom subscribers can observe the system without changing application code.
- add OpenTelemetry metrics instrumentation by @PavelPashov in https://github.com/redis/node-redis/pull/3110
- feat: implement diagnostic channels for observability by @logaretm in https://github.com/redis/node-redis/pull/3195
๐งช Tests & CI
- test(scho oss): add smigrating checks for new connections by @nkaradzhov in https://github.com/redis/node-redis/pull/3186
- Add self-report metrics step to CI workflow by @bobymicroby in https://github.com/redis/node-redis/pull/3199
- Add run tests action by @dariaguy in https://github.com/redis/node-redis/pull/3221
๐ Docs
- improve sentinel docs by @cutiepoka in https://github.com/redis/node-redis/pull/3189
- docs: clarify DUMP/RESTORE binary payload usage by @nkaradzhov in https://github.com/redis/node-redis/pull/3201
- fix(docs): configure typedoc entry points for monorepo by @nkaradzhov in https://github.com/redis/node-redis/pull/3220
๐ New Contributors
- @cutiepoka made their first contribution in https://github.com/redis/node-redis/pull/3189
- @rhymincymon made their first contribution in https://github.com/redis/node-redis/pull/3213
- @logaretm made their first contribution in https://github.com/redis/node-redis/pull/3195
- @dariaguy made their first contribution in https://github.com/redis/node-redis/pull/3221
Full Changelog: https://github.com/redis/node-redis/compare/redis@5.11.0...redis@5.12.0