Skip to content

Commit b17096c

Browse files
committed
readme: add description of the _VERSION
1 parent 094cbf9 commit b17096c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
425426
background fibers (fifottl, limfifottl, utubettl) - they check the instance mode
426427
on 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

0 commit comments

Comments
 (0)