mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
Clean up leftovers.
This commit is contained in:
@@ -74,13 +74,6 @@ class PipelineContext implements BasicClientInterface, ExecutableContextInterfac
|
||||
return new StandardExecutor($useExceptions);
|
||||
}
|
||||
|
||||
protected function getDefaultExecutor()
|
||||
{
|
||||
$clientOpts = $client->getOptions();
|
||||
$useExceptions = isset($clientOpts->exceptions) ? $clientOpts->exceptions : true;
|
||||
$executor = new StandardExecutor($useExceptions);
|
||||
}
|
||||
|
||||
/**
|
||||
* Queues a command into the pipeline buffer.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user