5 Comments
User's avatar
John Crickett's avatar

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

Expand full comment
Denis Čahuk's avatar

Love it! Library or native redis commands?

Expand full comment
John Crickett's avatar

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
Denis Čahuk's avatar

I see, you’re creating a clone!

Expand full comment
John Crickett's avatar

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

Expand full comment