mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
Fix missing registration for the Redis 2.2 profile.
This commit is contained in:
@@ -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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user