Deprecate long method names for Redis commands and move them into new server profiles available in the Predis_Compatibility.php file.

This commit is contained in:
Daniele Alessandri
2010-07-02 21:52:56 +02:00
parent a4df829b19
commit 2af73f4fa1
3 changed files with 241 additions and 83 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class PredisClientFeaturesTestSuite extends PHPUnit_Framework_TestCase {
protected function setUp() {
$this->redis = RC::getConnection();
$this->redis->flushDatabase();
$this->redis->flushdb();
}
protected function tearDown() {