Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions phpfastcache/3.0.0/drivers/redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> 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
{

/**
Expand Down Expand Up @@ -210,4 +210,4 @@ public function driver_isExisting($keyword)
}

}
}
}