This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Sample Propel configuration file ## | |
propel: | |
## General settings ## | |
general: | |
# The name of your project. | |
# This affects names of generated files, etc. | |
project: | |
version: 2.0.0-dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Redis Cache invalidation | |
Author: Flynsarmy and modified by Hans2103 | |
This is a Redis Cache invalidation script for Wordpress. | |
http://www.flynsarmy.com/2013/03/how-to-drastically-speed-up-wordpress-with-redis/ | |
defined the connection credentials in wp-config.php | |
Add this piece of code to your theme functions.php or... | |
when using Roots theme add this as a file to the lib directory and call it from functions.php |