Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

shadyvb/chassis-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Redis

A Chassis extension to install and configure Redis on your server.

Usage

  1. Add this extension to your extensions directory
  2. Run vagrant provision
  3. Install wp-redis plugin, and symlink object-cache.php to your content directory, if you haven't already. example:
vagrant ssh
wp plugin install wp-redis
WPCONTENTDIR=$(wp eval 'echo WP_CONTENT_DIR;')
cd $WPCONTENTDIR
ln -s wp-redis/object-cache.php .

(Note: wp-redis might be handling the symlinking part soon, see #126, eliminating the need for step 3 altogether)

About

Chassis extension for Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages