/key-value
A command for interfacing with the Key Value storage system Betsy offers
- /key-value add <category> <key> <value>
Adds a new key value storage row for the specific category. Does not combine two values but rather creates a whole new row. Cannot be used if the given key already exists.
- /key-value get <category> <key>
Fetches the value that is stored in the given category with the given key.
Last updated