refactoring and working on redis.

This commit is contained in:
Taylor Otwell
2011-10-19 22:44:02 -05:00
parent ba29a0bd38
commit df9130dafa
8 changed files with 224 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
<?php namespace Laravel\Cache\Drivers; use Memcache, Laravel\Config;
<?php namespace Laravel\Cache\Drivers; use Memcache;
class Memcached extends Driver {