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">
2727* [ Installing] ( #installing )
2828* [ Using the queue module] ( #using-the-queue-module )
2929 * [ Initialization] ( #initialization )
30+ * [ Get the module version] ( #get-the-module-version )
3031 * [ Creating a new queue] ( #creating-a-new-queue )
3132 * [ Set queue settings] ( #set-queue-settings )
3233 * [ Session identify] ( #session-identify )
@@ -425,6 +426,13 @@ cause an inconsistent state of the queue. As for the core drivers that use
425426background fibers (fifottl, limfifottl, utubettl) - they check the instance mode
426427on each iteration and will wait until the instance will be switched to rw mode.
427428
429+ ## Get the module version
430+ ``` lua
431+ queue ._VERSION
432+ ```
433+
434+ Returns the current version of the module.
435+
428436## Creating a new queue
429437
430438``` lua
You can’t perform that action at this time.
0 commit comments