kvass
kvass copied to clipboard
a personal key-value store
Steps to Replicate issue: ```kvass set example ThisStores$thisdoesnot``` ```kvass get example``` ```ThisStores``` Also setting the Key with a "$" symbol breaks the program as well. Using Quotes doesn't help either....
this means you can do things like prefix-based reverse-proxying and reverse-proxying in general, actually it also knows about proxying to subfolders and thus uses a url-base, meaning you can do...
Currently, big files are fully loaded into memory and then processed as one. This can be a problem when running on systems with little ram (raspberry pi/VPS).
I have caddy running as a reverse proxy on a VPS. Running `kvass` without issue on `0.0.0.0:2222`. Caddyfile as follows; ```caddyfile @kvass host kvass.domain.com kvass.domain2.com handle @kvass { reverse_proxy 0.0.0.0:2222...