WP Redis
WordPress Object Cache using Redis. By Pantheon and Alley Interactive.
Pre-requisites
or
Setup
-
Install
object-cache.php
to thewp-content/object-cache.php
. -
In your
wp-config.php
file, 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.