Преглед на файлове

The stable version of Redis will be 2.4.

Daniele Alessandri преди 14 години
родител
ревизия
9bc50e321e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/Predis/Profiles/ServerVersionNext.php

+ 1 - 1
lib/Predis/Profiles/ServerVersionNext.php

@@ -3,7 +3,7 @@
 namespace Predis\Profiles;
 
 class ServerVersionNext extends ServerVersion22 {
-    public function getVersion() { return 'DEV'; }
+    public function getVersion() { return '2.4'; }
     public function getSupportedCommands() {
         return array_merge(parent::getSupportedCommands(), array(
             /* remote server control commands */