How to Configure MediaWiki to Use Redis for Caching
How to Configure MediaWiki to Use Redis for Caching
Redis is an open‑source, in‑memory key‑value store that MediaWiki can use as a fast, persistent cache. Replacing the default database‑backed cache with Redis can dramatically reduce page‑render time, lower database load, and improve job‑queue performance.