Installs prebuilt Redis binaries via npm, avoiding compilation. Uses semantic-release for automated publishing, current version 1.0.54. Key differentiator: no build tools required, simple installation for CI/CD or development environments. Supports environment variables for version and download directory. Requires Node.js >=12.8.0.
npm install redis-prebuiltNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Provides ESM imports and TypeScript types. Demonstrates starting and stopping a Redis server with custom port.
Ensure network accessibility or pre-download binary.
Set environment variables explicitly in production.
Upgrade Node.js to 12.8.0 or higher.
Check internet connection, proxy settings, or pre-download binary.
Use `import redisPrebuilt from 'redis-prebuilt'` instead of `require`.
Ensure REDIS_DOWNLOADDIR points to correct directory with binaries.
No dependency data recorded yet.