File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ align="right">
27
27
* [ Installing] ( #installing )
28
28
* [ Using the queue module] ( #using-the-queue-module )
29
29
* [ Initialization] ( #initialization )
30
+ * [ Get the module version] ( #get-the-module-version )
30
31
* [ Creating a new queue] ( #creating-a-new-queue )
31
32
* [ Set queue settings] ( #set-queue-settings )
32
33
* [ Session identify] ( #session-identify )
@@ -425,6 +426,13 @@ cause an inconsistent state of the queue. As for the core drivers that use
425
426
background fibers (fifottl, limfifottl, utubettl) - they check the instance mode
426
427
on each iteration and will wait until the instance will be switched to rw mode.
427
428
429
+ ## Get the module version
430
+ ``` lua
431
+ queue ._VERSION
432
+ ```
433
+
434
+ Returns the current version of the module.
435
+
428
436
## Creating a new queue
429
437
430
438
``` lua
You can’t perform that action at this time.
0 commit comments