Skip to content

Commit 53241bf

Browse files
committed
Merge pull request #184 from Gabriellpweb/patch-1
Fix the class name for Redis
2 parents d221737 + 5cd5f9c commit 53241bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpfastcache/3.0.0/drivers/redis.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @author Khoa Bui (khoaofgod) <[email protected]> http://www.phpfastcache.com
66
* Example at our website, any bugs, problems, please visit http://faster.phpfastcache.com
77
*/
8-
class phpfastcache_predis extends BasePhpFastCache implements phpfastcache_driver
8+
class phpfastcache_redis extends BasePhpFastCache implements phpfastcache_driver
99
{
1010

1111
/**
@@ -210,4 +210,4 @@ public function driver_isExisting($keyword)
210210
}
211211

212212
}
213-
}
213+
}

0 commit comments

Comments
 (0)