This package provides a Redis-backed store for the dipswitch feature flag library, version 1.0.1. It acts as an adapter that passes a Redis client to dipswitch, enabling persistent and distributed feature flag storage. Current release cadence: stable (no recent updates). Differentiator: lightweight integration with dipswitch using standard Redis client.
npm install dipswitch-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a Redis client, obtain a dipswitch store, and initialize dipswitch with it.
Ensure you call redis.createClient() and handle errors/reconnection appropriately.
Consider migrating to a more modern feature flag store or forking.
Use `const store = require('dipswitch-redis')(redisClient)` not `const store = require('dipswitch-redis')`Start Redis server or check redisClient configuration