Procházet zdrojové kódy

Promote 2.4 as the default Redis server profile.

Daniele Alessandri před 14 roky
rodič
revize
b5affe739c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lib/Predis/Profiles/ServerProfile.php

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

@@ -31,7 +31,7 @@ abstract class ServerProfile implements IServerProfile, IProcessingSupport {
             '2.0'     => '\Predis\Profiles\ServerVersion20',
             '2.2'     => '\Predis\Profiles\ServerVersion22',
             '2.4'     => '\Predis\Profiles\ServerVersion24',
-            'default' => '\Predis\Profiles\ServerVersion22',
+            'default' => '\Predis\Profiles\ServerVersion24',
             'dev'     => '\Predis\Profiles\ServerVersionNext',
         );
     }