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