A blazingly fast oxidised redis

⚓ Rust    📅 2026-02-16    👤 surdeus    👁️ 1      

surdeus

Hi Rustaceans, i recently update my project of a Redis like implemented in Rust. For more context it's a key/val store similar to what basic redis offer. My version is single threaded base on monoio runtime (based on io uring) and based on 0 copy principal via Bytes crates and features. I just push the newest version that allow for Hash/Set/Zset commands. That allow me use yahoo benchmark to have a good ideas on real world performance. And it perform better than Redis :partying_face: ! Of course there is a lot more to do support TLS,List,SCAN, maybe JSON and of course persistence. I'm here to ask the community what you like / dislike about the project and if you use redis what would make you change to Radixox ?
Here is the github link: GitHub - JoshuaBOUCHAT/radixox
Thanks for all who read this and might help !
(I'm french sry for the mistakes)

1 post - 1 participant

Read full topic

🏷️ Rust_feed