From c3bc225cdcf7b808f46f037c9c2ccee7e1aa0923 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Mon, 16 Jun 2025 02:03:40 +0300 Subject: [PATCH] rediski... --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 25e69ca..01e4398 100644 --- a/README +++ b/README @@ -59,6 +59,8 @@ CentOS: systemctl enable mariadb systemctl start httpd systemctl enable httpd + echo "extension=redis.so" > /etc/php.d/redis.ini + systemctl restart httpd Alpine: apk add apache2 php php-mysql php-redis redis mariadb