This is my implementation in TypeScript to the "Build Your Own Redis" Challenge.
In this challenge, I've built a simple Redis clone that's capable of handling
basic commands like PING
, SET
and GET
, as well as some advanced extensions like basic replication,
streams and loading RDB persisted files.