add submodule: kvstore

This commit is contained in:
2026-04-14 04:48:40 +00:00
parent 8d8130bbf0
commit a1254d5723
15 changed files with 68 additions and 227 deletions

4
scripts/run_kv.sh Executable file
View File

@@ -0,0 +1,4 @@
cd third_party/kvstore/
stdbuf -oL -eL nohup ./kvstore > /tmp/kvlog 2>&1 &
echo $! > /tmp/kvstore.pid
cat /tmp/kvstore.pid