Переглянути джерело

Added the new public method Client::setServerProfile.

Daniele Alessandri 15 роки тому
батько
коміт
88cda9e52c
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      lib/Predis.php

+ 4 - 0
lib/Predis.php

@@ -72,6 +72,10 @@ class Client {
         $this->_connection = $connection;
     }
 
+    public function setServerProfile(RedisServerProfile $serverProfile) {
+        $this->_serverProfile = $serverProfile;
+    }
+
     public function connect() {
         $this->_connection->connect();
     }