Skip to content

Commit

Permalink
chore: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DenzelPenzel committed Jul 14, 2024
1 parent 1990eef commit 7124471
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down

0 comments on commit 7124471

Please sign in to comment.