Skip to content

wingman131/gomemcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gomemcache

Simple memcache-like server written in Go

Usage

Start up the server.

Connect on port 8080 via TCP (like with telnet for example).

Commands:

SET varname expires_in_sec value

GET varname

DEL varname

QUIT

Background

I created this project for educational purposes for learning Go. So this server probably is not appropriate for production environments.

Acknowledgements

This is an expansion of a simple server that is part of a course called "Web Development w/ Google’s Go (golang) Programming Language" taught by Todd McLeod (awesome course!).

About

Simple memcache-like server written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages