A lightweight utility for managing Redis connection and reconnection logic. Version 0.0.4 is the latest release, with no active development observed since 2017. It provides automated reconnection handling and event-based lifecycle management. Unlike full-featured Redis clients like ioredis, this package focuses solely on connection state management and can be used as a dependency for custom Redis tooling.
npm install fwsp-redis-connectionNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Redis connection with automatic reconnection handling and event listeners.
Consider using ioredis directly for active support and modern features.
const RedisConnection = require('fwsp-redis-connection');Use default import: import RedisConnection from 'fwsp-redis-connection';
import RedisConnection from 'fwsp-redis-connection';
npm install redis@2.8.0