niconicoj / mini-redis

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Rust 100.0%