An open API service indexing awesome lists of open source software.

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)

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.