NinjaMutex\Lock\PhpRedisLock::__construct PHP Méthode

__construct() public méthode

public __construct ( Redis $client )
$client Redis Redis
    public function __construct(Redis $client)
    {
        parent::__construct();
        $this->client = $client;
    }