|
@@ -400,7 +400,7 @@ class CommandPipeline {
|
|
}
|
|
}
|
|
|
|
|
|
$connection = $this->_redisClient->getConnection();
|
|
$connection = $this->_redisClient->getConnection();
|
|
- $commands = &$this->getRecordedCommands();
|
|
|
|
|
|
+ $commands = $this->getRecordedCommands();
|
|
|
|
|
|
foreach ($commands as $command) {
|
|
foreach ($commands as $command) {
|
|
$connection->writeCommand($command);
|
|
$connection->writeCommand($command);
|