| Crates.io | ahrikv |
| lib.rs | ahrikv |
| version | 0.0.2 |
| created_at | 2025-05-03 06:58:39.342134+00 |
| updated_at | 2025-08-21 09:07:27.731818+00 |
| description | A high-performance in-memory key-value store. |
| homepage | |
| repository | https://github.com/ahriroot/ahrikv |
| max_upload_size | |
| id | 1658597 |
| size | 91,575 |
A high-performance in-memory key-value store.
# run with default config
akvs
# run with config file
akvs config.toml
host = "127.0.0.1"
port = 60002
secret = "your_secret"
Download the latest binary from the releases page and copy it to the desired location.
cargo install ahrikv
git clone https://github.com/ahriroot/ahrikv.git
cd ahrikv
cargo build --release
MIT