NinjaMutex\Lock\PhpRedisLock::__construct PHP Method

__construct() public method

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