You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> *You can read more about the box configuration in the official [Tarantool documentation](http://tarantool.org/doc/book/configuration/index.html#initialization-file).
57
-
> For more information about the queue configuration check out [queue's README](https://github.com/tarantool/queue/blob/master/README.md).*
52
+
> *You can read more about the box configuration in the official Tarantool [documentation](http://tarantool.org/doc/book/configuration/index.html#initialization-file).
53
+
> More information on queue configuration can be found [here](https://github.com/tarantool/queue/blob/master/README.md).*
58
54
59
55
To start the instance you need to copy (or symlink) `queues.lua` file into the `/etc/tarantool/instances.enabled`
60
56
directory and run the following command:
@@ -77,8 +73,7 @@ use Tarantool\Queue\Queue;
77
73
$queue = new Queue($client, 'foobar');
78
74
```
79
75
80
-
where `$client` is either an instance of the `Tarantool` class from the [pecl extension](https://github.com/tarantool/tarantool-php)
81
-
or an instance of `Tarantool\Client\Client` from the [pure PHP package](https://github.com/tarantool-php/client).
76
+
where `$client` is an instance of `Tarantool\Client\Client` from the [tarantool/client](https://github.com/tarantool-php/client) package.
0 commit comments