New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

redis-prebuilt

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-prebuilt

Install redis prebuilt binaries using npm.

latest
Source
npmnpm
Version
1.0.54
Version published
Maintainers
1
Created
Source

current version Build Status Coverage Status semantic-release Commitizen friendly

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.

Installation

npm install redis-prebuilt

# Now run it!
redis-server

# Other available commands:
redis-benchmark
redis-check-aof
redis-check-rdb
redis-cli
redis-sentinel

Usage

The latest version of Redis and ~/.redis-prebuilt are the defaults. You can set a desired version and download folder through environment variables:

REDIS_DOWNLOADDIR
REDIS_VERSION

For Example:

export REDIS_DOWNLOADDIR='./' REDIS_VERSION=5.0.3
redis --port 400

Inspiration

This is a Redis version of https://github.com/winfinit/mongodb-prebuilt

FAQs

Package last updated on 29 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts