mirror of
https://github.com/predis/predis.git
synced 2026-08-31 12:43:31 +00:00
Add a VERSION constant to Predis\Client.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user