📄️ Storage:write()
Store a value using a string key.
📄️ Storage:read()
Read a stored value by key.
📄️ Storage:append()
Append data to an existing stored value.
📄️ Storage:delete()
Delete a stored value by key.
Persistent key-value storage methods for Lua macros.
Store a value using a string key.
Read a stored value by key.
Append data to an existing stored value.
Delete a stored value by key.