Explorar o código

Add missing method in the Predis\Network\IConnectionCluster interface.

Daniele Alessandri %!s(int64=14) %!d(string=hai) anos
pai
achega
b013bce140
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/Predis.php

+ 1 - 0
lib/Predis.php

@@ -1169,6 +1169,7 @@ interface IConnectionSingle extends IConnection {
 }
 
 interface IConnectionCluster extends IConnection {
+    public function add(IConnectionSingle $connection);
     public function getConnection(ICommand $command);
     public function getConnectionById($connectionId);
 }