Explorar o código

Fix missing registration for the Redis 2.2 profile.

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