PHPDaemon\Clients\Redis\Lock::timeout PHP Method

timeout() public method

public timeout ( integer $timeout ) : this
$timeout integer
return this
    public function timeout($timeout)
    {
        $this->timeout = $timeout;
        return $this;
    }