runlet v1.0.0 Runlet.State
Persistent state storage for processes
Link to this section Summary
Functions
Add key/value to user state file.
Characters escaped by percent encoding. Allows @.
Decode identifier from percent encoding.
Remove key in user's state file.
Percent encode identifier in a filesystem safe format.
Test if a state dir for a user exists.
Test if a given state file exists for a user.
Storage location for runlet state.
Lists all entries in a state file for a user.
Link to this section Functions
add(type, id, key, val)
Add key/value to user state file.
add(dir, type, id, key, val)
Characters escaped by percent encoding. Allows @.
Decode identifier from percent encoding.
delete(type, id, key)
Remove key in user's state file.
delete(dir, type, id, key)
Percent encode identifier in a filesystem safe format.
Test if a state dir for a user exists.
Test if a given state file exists for a user.
Storage location for runlet state.
Lists all entries in a state file for a user.