mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Apparently the next major version or Redis will be 2.8.
This commit is contained in:
@@ -23,7 +23,7 @@ class ServerVersionNext extends ServerVersion26
|
||||
*/
|
||||
public function getVersion()
|
||||
{
|
||||
return '3.0';
|
||||
return '2.8';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -20,7 +20,7 @@ use Predis\Commands\Processors\ProcessorChain;
|
||||
class ServerProfileTest extends StandardTestCase
|
||||
{
|
||||
const DEFAULT_PROFILE_VERSION = '2.4';
|
||||
const DEVELOPMENT_PROFILE_VERSION = '3.0';
|
||||
const DEVELOPMENT_PROFILE_VERSION = '2.8';
|
||||
|
||||
/**
|
||||
* @group disconnected
|
||||
|
||||
@@ -29,7 +29,7 @@ class ServerVersionNextTest extends ServerVersionTestCase
|
||||
*/
|
||||
public function getExpectedVersion()
|
||||
{
|
||||
return '3.0';
|
||||
return '2.8';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user