mirror of
https://github.com/predis/predis.git
synced 2026-08-31 12:43:31 +00:00
Set raw arguments when switching from scripted command to EVAL.
This commit is contained in:
@@ -249,7 +249,7 @@ class Client implements ClientInterface
|
||||
{
|
||||
if ($command instanceof ScriptedCommand && $response->getErrorType() === 'NOSCRIPT') {
|
||||
$eval = $this->createCommand('eval');
|
||||
$eval->setArguments($command->getEvalArguments());
|
||||
$eval->setRawArguments($command->getEvalArguments());
|
||||
|
||||
return $this->executeCommand($eval);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user