redis 설치

이온디 2024.05.14 20:41 조회 359

HestiaCP > Server Settings > 방화벽 > 규칙 추가

https://domain.com:8083/add/firewall/

redis 설치


redis.conf 수정

How To Install Redis Configuration On HestiaCP With 4 Steps (azdigi.com)

sudo apt update

sudo apt install redis-server

sudo systemctl enable redis-server

vi /etc/redis/redis.conf

maxmemory 1024mb

maxmemory-policy allkeys-lru

sudo systemctl restart redis-server

sudo apt install php-redis

sudo phpenmod -v 8.3 -s ALL redis

sudo systemctl restart apache2

sudo systemctl restart php8.3-fpm sudo systemctl restart nginx

댓글 0

첫 댓글을 남겨보세요.

댓글을 작성하려면 로그인이 필요합니다.