Redis adalah in-memory data store yang sangat cepat, ideal untuk caching. Bisa meningkatkan performa website hingga 10x lipat.
apt install redis-server -y\nsystemctl enable redis-servernano /etc/redis/redis.conf\n# Set max memory\nmaxmemory 256mb\nmaxmemory-policy allkeys-lruapt install php-redis -y\nsystemctl restart php8.3-fpmInstall plugin Redis Object Cache untuk cache WordPress database queries.
Simpan PHP session di Redis untuk load-balanced environment.
Redis siap mempercepat website kamu. Pastikan monitoring memory usage secara berkala.