Explorar o código

Promote 2.4 as the default Redis server profile.

Daniele Alessandri %!s(int64=13) %!d(string=hai) anos
pai
achega
b5affe739c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',
         );
     }