Compare commits

3 Commits

Author SHA1 Message Date
a4227d25c7 fix: JSON quote parsing 2025-10-05 22:23:31 +03:00
6cfd5d5c31 fix: show friendlier error message for JSON parsing 2025-10-05 22:23:10 +03:00
a689d21f35 Add Claude 2025-10-05 22:22:42 +03:00

View File

@@ -44,10 +44,13 @@ go install
# 1. Start KVS server (in ../kvs/) # 1. Start KVS server (in ../kvs/)
cd ../kvs && ./kvs config.yaml cd ../kvs && ./kvs config.yaml
# 2. Run shell # 2. Load root token (if database is fresh)
source .root-token
# 3. Run shell
./kvs-shell ./kvs-shell
# 3. In shell: # 4. In shell:
# connect http://localhost:8080 # connect http://localhost:8080
# auth $KVS_ROOT_TOKEN # auth $KVS_ROOT_TOKEN
# put test/data '{"hello":"world"}' # put test/data '{"hello":"world"}'