An open API service indexing awesome lists of open source software.

https://github.com/miraclecancode/bluecache

key value storage on go
https://github.com/miraclecancode/bluecache

Last synced: 12 months ago
JSON representation

key value storage on go

Awesome Lists containing this project

README

          

# BlueCache this is key-value storage

### Base operations:

#### Delete data:
```sh
DEL
```

#### Set data to storage:
```sh
SET
```

#### Get data from storage:
```sh
GET
```