Skip to content

Commit 48f1f27

Browse files
committed
feat(docs): README.md update and branding
Signed-off-by: Soubhik Kumar Gon <b422056@iiit-bh.ac.in>
1 parent bea5adc commit 48f1f27

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
# fast-hash
1+
<p align="center">
2+
<img src="media/fast-hash-banner.png" alt="FastHash Banner" width="100%">
3+
</p>
4+
5+
# FastHash
6+
7+
**FastHash** is a lightweight, fast, and minimal in-memory key-value store built in modern C++.
8+
It is inspired by Redis and designed for learning, performance, and extensibility.
9+
10+
---
11+
12+
## Features
13+
14+
- In-memory key-value storage
15+
- TTL support with automatic expiration
16+
- Thread-safe operations using mutexes
17+
- Background sweeper thread to remove expired keys
18+
- Redis-like CLI commands: `SET`, `GET`, `DEL`, `EXPIRE`, `TTL`, `SETEX`

media/banner-high-res.png

402 KB
Loading

media/fast-hash-banner.png

116 KB
Loading

0 commit comments

Comments
 (0)