ahrikv

Crates.ioahrikv
lib.rsahrikv
version0.0.2
created_at2025-05-03 06:58:39.342134+00
updated_at2025-08-21 09:07:27.731818+00
descriptionA high-performance in-memory key-value store.
homepage
repositoryhttps://github.com/ahriroot/ahrikv
max_upload_size
id1658597
size91,575
ahriknow (ahriroot)

documentation

https://github.com/ahriroot/ahrikv

README

Ahrikv (Akv)

Build Status GitHub Release License

A high-performance in-memory key-value store.

Usage

Run Ahrikv Server

# run with default config
akvs

# run with config file
akvs config.toml

Default configuration

host = "127.0.0.1"
port = 60002
secret = "your_secret"

Install by downloading binary

Download the latest binary from the releases page and copy it to the desired location.

Install from Crates.io

cargo install ahrikv

Install from Source

git clone https://github.com/ahriroot/ahrikv.git
cd ahrikv
cargo build --release

License

MIT

Commit count: 8

cargo fmt