Download Latest Version redis@5.12.0 source code.tar.gz (646.6 kB)
Email in envelope

Get an email when there's a new version of Node Redis

Home / redis@5.12.0
Name Modified Size InfoDownloads / 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

🐛 Fixes

🔭 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.

🧪 Tests & CI

📚 Docs

🙌 New Contributors

Full Changelog: https://github.com/redis/node-redis/compare/redis@5.11.0...redis@5.12.0

Source: README.md, updated 2026-04-14