A toy Redis clone that's capable of handling basic commands like PING, SET and GET,
event loops handling, the Redis protocol and more.
- Ensure you have
uvinstalled locally - Run
./run.shto run your Redis server, which is implemented inapp/main.py.