1.1.3 • Published 11 years ago

nobone-store v1.1.3

Weekly downloads
1
License
ISC
Repository
-
Last release
11 years ago

Nobone Store

A simple high performance key-value service.

API

Set Value

GET /:key/:value

Only supports string value. If done without error, http returns status code 200.


Get Value

GET /:key

If done without error, http returns status code 200.

If value not defined, http returns status code 204.

CLI

nobone-store --help

1.1.3

11 years ago

1.1.2

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.9

11 years ago

1.0.8

11 years ago

1.0.7

11 years ago

1.0.6

11 years ago

1.0.5

11 years ago

1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago