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

shadyvb/chassis-redis

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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