To install this redis-server, follow the steps below:
- Go programming language version 1.19 or higher.
$git clone https://github.com/rghdrizzle/Redis-Server-usingGo.git
$go build -o redis-server.exe app/*.go
$./redis-server
Links used to understand how Redis functions:
- https://redis.io/docs/reference/protocol-spec/ ( This is the protocol used by the redis client to communicate to the server and get a response )