5 Comments

My use case is a bit different! As a case study to learn Rust and to help other developers level up.

Expand full comment

Love it! Library or native redis commands?

Expand full comment

Building the server (a lite version largely comparable to the original version of Redis) - supporting the native protocol. Tested with the redis-cli client.

Expand full comment

I see, you’re creating a clone!

Expand full comment

Yes - but for education only! Never do this at home! Erm I mean in production! ;-)

Expand full comment