Skip to content

a7medev/goredis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis in Go

A simple Redis server implementation in Go.

The implementation is divided into multiple packages, each has a directory in the root of the project with a README file that explains what the package does.

Building

To build the project, run:

go build -o redis-server .

Running

To run the server you can execute the binary that was built in the previous step:

./redis-server

You can configure the server by passing different flags, to view the available flags run:

./redis-server -h

About

A basic Redis server implementation in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages