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