Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 348 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 348 Bytes

wait-for-redis

Script to wait for Redis until it fully loaded redis/redis#4624

Installation

This script uses redis-tools.

On Ubuntu install it using command:

RUN apt install redis-tools

Usage

./wait-for-redis.sh {redis host}:{redis port}

Example:

./wait-for-redis.sh localhost:6379