~increscent/kvs

Simple Key/Value Store
append, don't overwrite rc file
don't run setup script as root

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~increscent/kvs
read/write
git@git.sr.ht:~increscent/kvs

You can also use your local clone with git send-email.

#Key/Value Store

#Store a value

  • Send a POST request to /<key> with the value in the request body.
  • Send a GET request to /<key>/<value>.

#Retrieve a value

  • Send a GET reques to /<key>. The value will be returned in the response body.