browserify-persist-redis

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

A caching plugin for browserify that stores intermediate transform results in Redis to accelerate repeated builds. Version 1.0.0 is the latest stable release; the package has not seen updates since November 2016. Unlike in-memory caches (e.g., browserify-cache), it persists across processes and shares cache across CI servers. Requires Redis >= 2.6.12 and browserify >= 12.0.0. Notable differentiator: uses an options object with `browserifyHash` and TTL, and relies on ioredis for Redis connectivity.