Reverted a bad versioning idea. The Predis\RedisServer__Futures class will always be availabe and it represents the current development branch of Redis.

This commit is contained in:
Daniele Alessandri
2010-01-01 18:09:03 +01:00
parent cd8604b489
commit d34fc18ea8
+1 -1
View File
@@ -977,7 +977,7 @@ class RedisServer__V1_2 extends RedisServer__V1_0 {
}
class RedisServer__Futures extends RedisServer__V1_2 {
public function getVersion() { return 'DEV'; }
public function getVersion() { return '1.3'; }
public function getSupportedCommands() {
return array_merge(parent::getSupportedCommands(), array(
'multi' => '\Predis\Commands\Multi',