mirror of
https://github.com/predis/predis.git
synced 2026-09-16 13:27:14 +00:00
Bugfix: the pipeline command buffer is not correctly reinitialized after CommandPipeline->flushPipeline.
This commit is contained in:
@@ -439,6 +439,7 @@ class CommandPipeline {
|
||||
$this->_returnValues[] = $connection->readResponse($commands[$i]);
|
||||
unset($commands[$i]);
|
||||
}
|
||||
$this->_pipelineBuffer = array();
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user