Redis server implemented in rust.

Cesar Rodas b0259c52a3 Added sorted-set commands 3 년 전
.github 7870922f60 Add support for code coverage (#56) 2 년 전
redis-config-parser 3696f397d6 Fix clippy warnings (#62) 1 년 전
src b0259c52a3 Added sorted-set commands 1 년 전
tests 7870922f60 Add support for code coverage (#56) 2 년 전
Cargo.lock 8d85142a81 Add sorted_set::SortedSet data structure 1 년 전
Cargo.toml 8d85142a81 Add sorted_set::SortedSet data structure 1 년 전
LICENSE 236801a175 Initial commit 3 년 전
Makefile 91622299e8 Better memory managment (#59) 1 년 전
README.md 65be744a3c Update README.md 2 년 전
runtest 8504a488ca Add support to Redis test suite (#41) 2 년 전

README.md

microredis

Redis server implemented in rust.

This is a project I started many years ago to learn and improve my Rust skills . I decided to open it and eventually maybe finish it, if I have time. It is not ready for production.