Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

openwrt-dormnet/AirKV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirKV

这是一个超级轻量的、基于文件系统的 Key/Value 存储服务。

仅供个人轻量使用,未作任何高并发优化。

支持:

  • token 认证
  • 使用 http 请求

使用方法

启动服务:

airkv -server -config=/etc/airkv/airkv.yaml
airkv-server -config=/etc/airkv/airkv.yaml

读 key:

airkv -server=https://example.co mykey
airkv-cli -server=https://example.co mykey

写 key:

airkv -server=https://example.com -set mykey value
airkv-cli -server=https://example.co -set mykey value

About

A super lightweight key/value storage service, support http request.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages