Predis\Command\ScriptCommand::getEvalCommand PHP Method

getEvalCommand() public method

Returns the equivalent EVAL command as a raw command instance.
public getEvalCommand ( ) : RawCommand
return RawCommand
    public function getEvalCommand()
    {
        return new RawCommand('EVAL', $this->getEvalArguments());
    }