|
@@ -33,7 +33,7 @@ class Predis_MalformedServerResponse extends Predis_CommunicationException { }
|
|
|
/* ------------------------------------------------------------------------- */
|
|
|
|
|
|
class Predis_Client {
|
|
|
- const VERSION = '0.6.6-dev';
|
|
|
+ const VERSION = '0.6.6';
|
|
|
private $_options, $_connection, $_serverProfile, $_responseReader;
|
|
|
|
|
|
public function __construct($parameters = null, $clientOptions = null) {
|