Install redis prebuilt binaries using npm.
npm install redis-prebuilt




Install redis prebuilt binaries using npm. This module installs redis without having to compile anything.
Redis is an in-memory database that persists on disk.
``bash
npm install redis-prebuilt
Usage
The latest version of Redis and ~/.redis-prebuilt are the defaults. You can set a desired version and download folder through environment variables:
`bash
REDIS_DOWNLOADDIR
REDIS_VERSION
`For Example:
`bash
export REDIS_DOWNLOADDIR='./' REDIS_VERSION=5.0.3
redis --port 400
``This is a Redis version of https://github.com/winfinit/mongodb-prebuilt