winston-redis

JSON →
library 3.1.0 ·javascript maintenance
verified Jun 7, 2026

A capped Redis transport for the winston logging library (v3). Version 3.1.0 is the current stable release, with minimal maintenance updates since 2019. It stores log messages as JSON literals in a fixed-length Redis list, enabling efficient log rotation. Supports channel-based streaming and custom metadata. Requires Node >=8.11.x, winston ^3.0.0, and redis ^2.8.0. Alternatives include winston-logstash-transport or custom transports.