kth-node-redis

JSON →
library 4.1.1 ·javascript
verified Jun 7, 2026

kth-node-redis is a Redis client module for Node.js (v4.1.1) that supports multiple named client instances. Released under the KTH organization on npm, it wraps the popular redis package (v5) and provides a simplified async API for creating and managing connections. Key differentiators include the ability to maintain multiple clients differentiated by a name parameter, automatic reuse and reconnection of clients with the same name, and compatibility with both native redis@5 configuration and the unpackRedisConfig from kth-node-configuration. This package is actively maintained with a semver release cadence, writing in TypeScript with built-in type declarations. Compared to using raw redis, it offers a higher-level abstraction for multi-client scenarios typical in microservices architectures.