1.1.3 • Published 9 years ago

nobone-store v1.1.3

Weekly downloads
1
License
ISC
Repository
-
Last release
9 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

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago