flashdb

Crates.ioflashdb
lib.rsflashdb
version0.1.0
created_at2024-11-18 16:48:09.231505+00
updated_at2024-11-18 16:48:09.231505+00
descriptionA simple key-value store in Rust
homepage
repositoryhttps://github.com/codiux-net/nano-db
max_upload_size
id1452387
size58,900
Awais Khan (Awaiskhan404)

documentation

README

FlashDB is a simple, in-memory key-value store server built with Rust. It supports basic set, get, delete, and expire commands, allowing JSON data to be stored with optional time-to-live (TTL) expiration. It also includes basic token-based authentication.

Commit count: 18

cargo fmt