Skip to content

Instantly share code, notes, and snippets.

@pht1
Created March 7, 2019 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pht1/7147bb744ddccb39cb342757a8539447 to your computer and use it in GitHub Desktop.
Save pht1/7147bb744ddccb39cb342757a8539447 to your computer and use it in GitHub Desktop.
#!/bin/bash
until redis-cli --scan &>/dev/null; do
echo "Redis server not yet ready..."
sleep 1
done
echo "Redis server up!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment