From 3fdfecc59eedd17de81367685b123dcba2a43818 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Thu, 18 Apr 2019 21:20:46 +0200 Subject: [PATCH] fix redis install --- bin/lemp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lemp.sh b/bin/lemp.sh index 4e73020..356f012 100755 --- a/bin/lemp.sh +++ b/bin/lemp.sh @@ -130,7 +130,7 @@ echo -e ' ' echo -e "Installing Redis" sleep 3 -apk add redis php7-pecl-redis +apk add redis php7-pecl-redis@edgecommunity # TODO set maxmemory=2gb # TODO set maxmemory-policy=volatile-lru