The stable version of Redis will be 2.4.

This commit is contained in:
Daniele Alessandri
2011-04-19 20:04:37 +02:00
parent 4af1b7744c
commit 9bc50e321e
+1 -1
View File
@@ -3,7 +3,7 @@
namespace Predis\Profiles;
class ServerVersionNext extends ServerVersion22 {
public function getVersion() { return 'DEV'; }
public function getVersion() { return '2.4'; }
public function getSupportedCommands() {
return array_merge(parent::getSupportedCommands(), array(
/* remote server control commands */