WP Redis 
WordPress Object Cache using Redis. By Pantheon and Alley Interactive.
Pre-requisites
or
Setup
-
Install
object-cache.phpto thewp-content/object-cache.php. -
In your
wp-config.phpfile, add your server credentials:$redis_server = array( 'host' => '127.0.0.1', 'port' => 6379, 'auth' => '12345' );On Pantheon this setting is not necessary.
-
Engage thrusters: you are now backing WP's object cache with Redis.
