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.
Create or update an existing item.
Get an entry from the map by key. If the key does not exist then a HTTP 404 - Not Found
is returned.
Delete an entry from the map by key. Delete always succeeds and returns a HTTP 204 - No Content
.
Return the entire map data structure serialized as JSON.
Apache 2.0. Please read LICENSE for details.