gitmyhub

key-value-store

Python ★ 2 updated 5y ago

A simple KV (key-value) store web service with a subscription feature. As a user, you can perform put(key, val) and get(key) operations over HTTP and also subscribe to changes happening to any of the keys. It supports a CLI client which consumes the web service supporting following commands a. get : displays the value of an existing key b. put : sets the value of the given key.

No plain-English explanation yet — one is being written right now. Check back in a minute.