Redis built from scratch in Go, supports RESP v2, key-value ops like GET SET, streams XADD XREAD, transactions MULTI WATCH EXEC DISCARD, and RDB parsing.
Basic Ops
Streams
Transactions
A simple, custom-built HTTP server in Go. This HTTP server is a lightweight, extensible HTTP server with support for middlewares, basic route handling, and multi-threading using goroutines.
Remote-Job-Executor is a job execution system that enables you to queue and execute shell commands across remote servers via SSH.