Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 447 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 447 Bytes

codecrafters-redis

This is my solution for the Build your own Redis challenge on codecrafters.io written in Go.

Usage

Running the Go application will start a TCP server on 6379 port. In order to interact with the redis-server, one has to establish a connection via tool such as netcat.

The connection could be established also by using redis client (e.g go-redis).