|
@@ -78,7 +78,7 @@ abstract class ServerProfile implements ServerProfileInterface, CommandProcessin
|
|
|
'2.4' => 'Predis\Profile\ServerVersion24',
|
|
|
'2.6' => 'Predis\Profile\ServerVersion26',
|
|
|
'2.8' => 'Predis\Profile\ServerVersion28',
|
|
|
- 'default' => 'Predis\Profile\ServerVersion26',
|
|
|
+ 'default' => 'Predis\Profile\ServerVersion28',
|
|
|
'dev' => 'Predis\Profile\ServerVersionNext',
|
|
|
);
|
|
|
}
|