Skip to content

sayevsky/godis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godis -- in-memory only key-value storage.

Build Status

This is a toy example of in-memory storage. Just to show how golang is awesome.

Quick start

To build

go build

Then to run

./godis

By default godis use 6380 port, but it possible to override by -port=<your port>. Type ./godis -h to get list of parameters.

When godis is started it can store and retrieve some data. We can use golang client or telnet as example. For more information and examples of telnet commands visit wiki

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published