mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
Add missing method in the Predis\Network\IConnectionCluster interface.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user