mirror of
https://github.com/predis/predis.git
synced 2026-08-20 01:41:50 +00:00
Bump VERSION, update CHANGELOG and release.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
v0.6.6 (2011-xx-xx)
|
||||
v0.6.6 (2011-04-01)
|
||||
* Switched to Redis 2.2 as the default server profile (there are no changes
|
||||
that would break compatibility with previous releases). Long command names
|
||||
are no more supported by default but if you need them you can still require
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ class MalformedServerResponse extends CommunicationException { } // Unexpecte
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
class Client {
|
||||
const VERSION = '0.6.6-dev';
|
||||
const VERSION = '0.6.6';
|
||||
private $_options, $_connection, $_serverProfile, $_responseReader;
|
||||
|
||||
public function __construct($parameters = null, $clientOptions = null) {
|
||||
|
||||
Reference in New Issue
Block a user