fix: redis-client binary
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# Install Redis.
|
||||
#
|
||||
|
||||
if ! command -v redis-client &>/dev/null; then
|
||||
if ! command -v redis-cli &>/dev/null; then
|
||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
redis_keyring_path="/usr/share/keyrings/redis-archive-keyring.gpg"
|
||||
if [[ ! -f "$redis_keyring_path" ]]; then
|
||||
@@ -18,3 +18,5 @@ if ! command -v redis-client &>/dev/null; then
|
||||
brew install redis
|
||||
fi
|
||||
fi
|
||||
|
||||
redis-cli --version
|
||||
|
||||
Reference in New Issue
Block a user