Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 256 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 256 Bytes

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.