Documentation
¶
Index ¶
Constants ¶
View Source
const MaxAppendLength = 100
MaxAppendLength defines max stored commands threshold
Variables ¶
This section is empty.
Functions ¶
func Append ¶
Append value to given key. Expects the value to be an array or not set. Acts as FIFO if length should be greater than MaxAppendLength, the first value appended is the first to go.
func Initialize ¶
func Initialize()
Initialize reads the configuration from config file. File is created if not present.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.