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
- Host: GitHub
- URL: https://github.com/miraclecancode/bluecache
- Owner: MiracleCanCode
- Created: 2025-03-14T13:52:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T05:35:05.000Z (12 months ago)
- Last Synced: 2025-04-03T06:30:52.295Z (12 months ago)
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```