Counter functions

coun­ters­.se­t(name, value)
Sets the value of a named counter.
coun­ters­.ge­t(name)
Retrieves the current value of a named counter.
coun­ters­.­in­c(name, value)
This thread safe function manages a counter identified by a unique name. It increments the counter value and returns the new value. If the counter is not set, it will start with value 1.