wait-for-redis

1.0.2 • Public • Published

Wait for Redis

Waits for a Redis connection to become available.

Installation

npm install --save wait-for-redis

Usage

Run as a module within another script:

waitForRedis = require 'wait-for-redis'
config =
  port: 6380
  quiet: true
 
waitForRedis.wait(config)

Or run stand-alone

wait-for-redis --port=6379 --quiet

Building

cake build

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    43
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    43
  • 1.0.1
    0

Package Sidebar

Install

npm i wait-for-redis

Weekly Downloads

43

Version

1.0.2

License

none

Last publish

Collaborators

  • buzuli