class Illuminate / Cache / PhpRedisLock
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

PhpRedisLock

Extends

Methods

public

__construct ( PhpRedisConnection $redis , string $name , int $seconds , string $owner ) : void

Create a new phpredis lock instance.

Parameters

public

release ( ) : void

{@inheritDoc}