https://github.com/fa-sharp/tiniredis
An implementation of a Redis database in Rust (CodeCrafters challenge)
https://github.com/fa-sharp/tiniredis
Last synced: 8 months ago
JSON representation
An implementation of a Redis database in Rust (CodeCrafters challenge)
- Host: GitHub
- URL: https://github.com/fa-sharp/tiniredis
- Owner: fa-sharp
- Created: 2025-10-03T08:57:49.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-10-03T09:19:51.000Z (9 months ago)
- Last Synced: 2025-10-03T11:33:28.733Z (9 months ago)
- Language: Rust
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tinykeyval
This is a Rust implementation of the CodeCrafters
["Build Your Own Redis" Challenge](https://codecrafters.io/challenges/redis).
Includes a Redis server that supports many of the basic commands for strings, lists, sets, sorted sets, geo hashes, and streams. Also includes a zero-copy implementation of the RESP2 protocol, and a basic Rust client that can send raw commands and pipelines to the Redis server.