Add a VERSION constant to Predis\Client.

This commit is contained in:
Daniele Alessandri
2011-03-08 12:16:40 +01:00
parent e1f8942569
commit 9f1f07083a
+1
View File
@@ -28,6 +28,7 @@ class MalformedServerResponse extends CommunicationException { } // Unexpecte
/* ------------------------------------------------------------------------- */
class Client {
const VERSION = '0.6.6-dev';
private $_options, $_connection, $_serverProfile, $_responseReader;
public function __construct($parameters = null, $clientOptions = null) {