509 B
509 B
Stored - store daemon
Stored is a simple KV server.
Features
- Multiple connection protocolls supported [TCP|Unix Domain Socket|Message Queue|Shared Memory (single client)]
- Basic, non-persistent KV operations supported
- Dynamic design for easy extensibility
- Proper error handling
- Full interactive client repl cli
Usage
- Spin up the server
$ cd server && make run
- Spin up a client
$ cd client && make run
type .help for an overview of commands.
That's it!