Page MenuHomePhabricator

Use Redis for caching
Closed, DeclinedPublic

Description

wmflabs offers a Redis cluster for caching purposes. We should use it instead of the local cache, as it is multi process safe and keeps caches over restarts.

Redis Homepage: http://redis.io/
Redox as C++ library: https://github.com/hmartiro/redox
Redis on WMFLabs: https://wikitech.wikimedia.org/wiki/Help:Tool_Labs#Redis