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.
