Golang implementation of Redis like (redis-lite server) with AOF persistence. Working server with a few commands.
- Lightweight implementation of Redis protocol.
- Commands : PING, COMMAND, ECHO, SET, GET, EXISTS, INCR, DEL
git clone https://github.com/gertanoh/redis-lite-go.git
cd redis-lite
go run .
[ ] Implement AOF (Append Only File) Rewriting