Predis\ClientContextInterface::execute PHP Method

execute() public method

Starts the execution of the context.
public execute ( mixed $callable = null ) : array
$callable mixed Optional callback for execution.
return array
    public function execute($callable = null);