class
Illuminate
/
Cache
/
PhpRedisLock
You are viewing an older version of the documentation. For the latest, please visit master documentation.
PhpRedisLock
Extends
Methods
public
__construct ( PhpRedisConnection $redis , string $name , int $seconds , string $owner ) : void
Create a new phpredis lock instance.
Parameters
- $redis PhpRedisConnection
- $name string
- $seconds int
- $owner string|null
public
release ( ) : void
{@inheritDoc}