Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonny-zhang/stone-go
golang 写的用于小文件存储引擎
https://github.com/tonny-zhang/stone-go
Last synced: 1 day ago
JSON representation
golang 写的用于小文件存储引擎
- Host: GitHub
- URL: https://github.com/tonny-zhang/stone-go
- Owner: tonny-zhang
- Created: 2019-08-16T03:42:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T07:14:53.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T05:12:29.554Z (about 2 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## code for command
| code | desc |
| :----: | :----: |
| 1 | bind |
| 2 | error |
| 3 | set |
| 4 | get |
| 5 | delete |## data key fro command
| key | desc |
| :----: | :----: |
| k | name of key |
| i | name of db index |
| v | name of value |
| c | name of callback |