From 7124471fc9408cea8e99f4f589b5d7568fb14981 Mon Sep 17 00:00:00 2001 From: draculaas Date: Sun, 14 Jul 2024 22:35:28 +0100 Subject: [PATCH] chore: update readme.md --- Readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Readme.md b/Readme.md index 06a721d..376b380 100644 --- a/Readme.md +++ b/Readme.md @@ -21,6 +21,24 @@ To use the template, run the following command(s): * Using Make: `make run-app` * Direct Call: `./bin/nyx` +3. To test local KVS instance, open the new terminal console and run Netcat. + ```bash + $ nc localhost 4001 + > get abc + END + > set abc 0 0 5 + > hello + STORED + > get abc + VALUE abc 0 5 + hello + END + > delete abc + DELETED + > get abc + END + ``` + ## Key features **Persistent storage**: