Эх сурвалжийг харах

Added the new public method Client::setServerProfile.

Daniele Alessandri 15 жил өмнө
parent
commit
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();
     }