MGDigital\BusQue\Redis\Predis\PredisAdapter::__construct PHP Method

__construct() public method

public __construct ( Predis\ClientInterface $client )
$client Predis\ClientInterface
    public function __construct(ClientInterface $client)
    {
        $this->client = $client;
    }