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

This commit is contained in:
Daniele Alessandri
2011-01-09 12:01:06 +01:00
parent f1488534b6
commit b013bce140
+1
View File
@@ -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);
}