Skip to content

bedakb/codecrafters-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

My solution for the "Build your own Redis" challenge on codecrafters.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages