Explorar el Código

Fix missing registration for the Redis 2.2 profile.

Daniele Alessandri hace 14 años
padre
commit
8dcd10dbbc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lib/Predis.php

+ 1 - 0
lib/Predis.php

@@ -1530,6 +1530,7 @@ abstract class RedisServerProfile {
         return array(
             '1.2'     => '\Predis\RedisServer_v1_2',
             '2.0'     => '\Predis\RedisServer_v2_0',
+            '2.2'     => '\Predis\RedisServer_v2_2',
             'default' => '\Predis\RedisServer_v2_0',
             'dev'     => '\Predis\RedisServer_vNext',
         );