{"library":"browserify-persist-redis","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"1.0.0","tags":["javascript","browserify","cache","persistentCache","persist","redis"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install browserify-persist-redis","imports":["const bpr = require('browserify-persist-redis')();","const bpr = require('browserify-persist-redis')({ ttl: 86400 });","const bundle = browserify({ persistentCache: bpr });"]},{"cmd":"yarn add browserify-persist-redis","imports":[]},{"cmd":"pnpm add browserify-persist-redis","imports":[]}],"homepage":"https://github.com/josephwarrick/browserify-persist-redis#readme","github":"https://github.com/josephwarrick/browserify-persist-redis","docs":null,"changelog":null,"pypi":null,"npm":"browserify-persist-redis","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}