Thanks to visit codestin.com
Credit goes to lib.rs

6 releases

new 0.0.6 Jan 20, 2026
0.0.5 Jan 19, 2026
0.0.2 Aug 21, 2025
0.0.1 May 3, 2025

#909 in Asynchronous

MIT license

130KB
4K SLoC

Codestin Search App Codestin Search App

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

Dependencies

~8–20MB
~228K SLoC