Skip to content

Simple in-memory key/value store backed by a map and exposed over an HTTP API

License

Notifications You must be signed in to change notification settings

plombardi89/httpkv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpkv

Exposes a map data structure with a simple HTTP interface. Written for the exceedingly (rare) situations where Redis just feels like overkill and you do not need persistence.

API

Put

Create or update an existing item.

Get

Get an entry from the map by key. If the key does not exist then a HTTP 404 - Not Found is returned.

Delete

Delete an entry from the map by key. Delete always succeeds and returns a HTTP 204 - No Content.

Export

Return the entire map data structure serialized as JSON.

License

Apache 2.0. Please read LICENSE for details.

About

Simple in-memory key/value store backed by a map and exposed over an HTTP API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published