Skip to content

WebDevStudios/wp-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Redis

WordPress Object Cache using Redis. By Pantheon and Alley Interactive.

Pre-requisites

or

Setup

  1. Install object-cache.php to the wp-content/object-cache.php.

  2. 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.

  3. Engage thrusters: you are now backing WP's object cache with Redis.

About

WordPress Object Cache using Redis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.1%
  • Shell 7.9%