Skip to content

Using golang to access memcache server through twemproxy.

Notifications You must be signed in to change notification settings

markwunsch/twemproxy-memcache-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This codebase is a demo of the ability to use twemproxy to access memcache. It uses docker-compose to stand up a local memcache instance and twemproxy instance.

The code in main.go uses a memcache client to access the memcache server through twemproxy.

Usage

$ go get github.com/markwunsch/twemproxy-memcache-demo
$ cd $GOPATH/src/github.com/markwunsch/twemproxy-memcache-demo
$ docker-compose up
$ go run main.go    
$ docker-compose down

About

Using golang to access memcache server through twemproxy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages