rediski...

This commit is contained in:
Lain Iwakura 2025-06-16 02:03:40 +03:00
parent fb00051253
commit c3bc225cdc
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

2
README
View File

@ -59,6 +59,8 @@ CentOS:
systemctl enable mariadb systemctl enable mariadb
systemctl start httpd systemctl start httpd
systemctl enable httpd systemctl enable httpd
echo "extension=redis.so" > /etc/php.d/redis.ini
systemctl restart httpd
Alpine: Alpine:
apk add apache2 php php-mysql php-redis redis mariadb apk add apache2 php php-mysql php-redis redis mariadb