diff --git a/phpfastcache/3.0.0/drivers/redis.php b/phpfastcache/3.0.0/drivers/redis.php index 21f4911ed..8d5916b0f 100644 --- a/phpfastcache/3.0.0/drivers/redis.php +++ b/phpfastcache/3.0.0/drivers/redis.php @@ -5,7 +5,7 @@ * @author Khoa Bui (khoaofgod) http://www.phpfastcache.com * Example at our website, any bugs, problems, please visit http://faster.phpfastcache.com */ -class phpfastcache_predis extends BasePhpFastCache implements phpfastcache_driver +class phpfastcache_redis extends BasePhpFastCache implements phpfastcache_driver { /** @@ -210,4 +210,4 @@ public function driver_isExisting($keyword) } } -} \ No newline at end of file +}