Skip to content

Instantly share code, notes, and snippets.

@drewgillson
drewgillson / loadConfiguration
Created December 25, 2011 00:12
Redis for Tinybrick Lightspeed
case 'redis':
try {
require_once('lib/Credis/Client.php');
require_once('lib/Zend/Cache/Backend.php');
require_once('lib/Zend/Cache/Backend/Interface.php');
require_once('lib/Zend/Cache/Backend/ExtendedInterface.php');
require_once('app/code/core/Zend/Cache/Backend/Redis.php');
self::$cacheEngine = 'redis';
$options = array();
foreach($child2->backend_options as $el){
@drewgillson
drewgillson / redis-cli-delete
Created December 25, 2011 00:00
Example Redis delete key
DEL "zc:d:www.liveoutthere.com/"