Application cache

Redis on hosting for faster applications

Redis stores frequently used data in memory and can reduce database load.

What Redis is for

Redis can act as application cache, session storage or queue helper.

Redis and Memcached

Both speed up applications; Redis offers more data structures and use cases.

Deployment

Redis works best with OPcache, PHP-FPM, application cache and sensible resource limits.