Browse Source

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

Daniele Alessandri 15 years ago
parent
commit
d34fc18ea8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Predis.php

+ 1 - 1
lib/Predis.php

@@ -977,7 +977,7 @@ class RedisServer__V1_2 extends RedisServer__V1_0 {
 }
 }
 
 
 class RedisServer__Futures extends RedisServer__V1_2 {
 class RedisServer__Futures extends RedisServer__V1_2 {
-    public function getVersion() { return 'DEV'; }
+    public function getVersion() { return '1.3'; }
     public function getSupportedCommands() {
     public function getSupportedCommands() {
         return array_merge(parent::getSupportedCommands(), array(
         return array_merge(parent::getSupportedCommands(), array(
             'multi'     => '\Predis\Commands\Multi',
             'multi'     => '\Predis\Commands\Multi',