master
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!
Description
A simple, non-persistent, multithreaded Key-Value server supporting TCP, UDS, MessageQueue and Shared Memory connections. Client with interactive REPL.
264 KiB
Languages
C
98.9%
Makefile
1.1%