WordPress Object Cache using Redis. By Alley Interactive.
-
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' ); -
Optionally, add a unique salt for the keys:
define( 'WP_CACHE_KEY_SALT', 'my-unique-phrase' ); -
Engage thrusters.
