In memory database built with Go
SET
TBA
GET
TBA
DELETE
TBA
EXPIRE
TBA
Close
TBA
Url: http://127.0.0.1:34443/db
SET
HTTP Method: POST
Payload: { "Method": "SET", "Key": "myKey", "Value": "myValue"}
GET
HTTP Method: POST
Payload: { "Method": "GET", "Key": "myKey"}
DELETE
HTTP Method: POST
Payload: { "Method": "DELETE", "Key": "myKey"}
moDB was tested in a single machine. And the performance was executed to insert a certain amount of data and deleting those using the builtin methods. Results are displayed below: