When does Redis help?
Redis works well as object cache, session storage or helper queue for PHP applications and WordPress.
When is Memcached enough?
Memcached is a simple and fast key-value cache suitable for many common application-speedup scenarios.
Cache needs sensible configuration
The best effect comes from combining cache with current PHP, OPcache, PHP-FPM, a healthy database and plugin control.
