/mini-redis

single core, fully sync and very slow key-value server/client

Primary LanguageRust

Mini-redis

This is an extremely small and absolutely terrible key-value server and client.

It has :

  • Read, write and delete value.
  • MessagePack communication over TCP.
  • horrible single core performance.

This is essentially a teaching experiment showcasing many rust features.