Skip to main content

Simple wrapper script to wait until redis is ready

Project description

This is a simple wrapper script that starts a command once redis has finished loading its dataset in memory.

Installation:

$ pip install waitredis

Sample usage:

$ sudo restart redis-server && waitredis redis-cli time
redis-server start/running, process 20573
1) "1379426556"
2) "512325"

Without the wrapper script (and if redis takes a significant amount of time to load its dataset from disk), you get an error:

$ sudo restart redis-server && redis-cli time
redis-server start/running, process 20504
(error) LOADING Redis is loading the dataset in memory

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

waitredis-0.1.1.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page