- Threads are currently used for concurrency. Do a benchmark thread vs tokio.
- Switch to tokio.
- CodeCrafters
"Build Your Own Redis" Challenge.
- Give them a try. In this challenge, you'll build a toy Redis clone that's capable of handling
basic commands like
PING
,SET
andGET
. - Along the way we'll learn about event loops, the Redis protocol, replication and more.
- Give them a try. In this challenge, you'll build a toy Redis clone that's capable of handling
basic commands like
- Simplified implementation of Redis client and server using Tokio