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

  1. Spin up the server
$ cd server && make run
  1. Spin up a client
$ cd client && make run

type .help for an overview of commands.

That's it!

S
Description
A simple, non-persistent, multithreaded Key-Value server supporting TCP, UDS, MessageQueue and Shared Memory connections. Client with interactive REPL.
Readme
264 KiB
Languages
C 98.9%
Makefile 1.1%