Skip to content

Instantly share code, notes, and snippets.

@drewgillson
Created December 25, 2011 00:20
Show Gist options
  • Save drewgillson/1518552 to your computer and use it in GitHub Desktop.
Save drewgillson/1518552 to your computer and use it in GitHub Desktop.
Redis for Tinybrick Lightspeed - get
case 'redis':
return unserialize(self::$cacheData['server']->load($key));
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment