File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ $queue->put('bar', ['ttl' => 5]);
108108$queue->put('baz', ['ttr' => 10, 'pri' => 42]);
109109```
110110
111- > See the full list of available options [ here] ( https://github.com/tarantool/queue#producer-api ) .
111+ > See the full list of available options [ here] ( https://github.com/tarantool/queue#queue-types ) .
112112
113113
114114### Consumer API
@@ -176,8 +176,9 @@ To delete all tasks in a queue:
176176$queue->truncate();
177177```
178178
179- > For a detailed API documentation, please read [ API] ( https://github.com/tarantool/queue#api )
180- section of the [ queue's README] ( https://github.com/tarantool/queue/blob/master/README.md ) .
179+ > For a detailed API documentation, please read the section
180+ "[ Using the queue module] ( https://github.com/tarantool/queue#using-the-queue-module ) "
181+ of the [ queue's README] ( https://github.com/tarantool/queue/blob/master/README.md ) .
181182
182183
183184### Statistics
You can’t perform that action at this time.
0 commit comments