/fpgamemcache

Clone of https://github.com/bradfitz/gomemcache for some experiments

Primary LanguageGoApache License 2.0Apache-2.0

About

This is a clone of the memcache client library at (https://github.com/bradfitz/gomemcache). The library is adapted to support a prototype protocol.

Installing

Using go get

$ go get github.com/dsidler/fpgamemcache/memcache

Build example client

$ go build github.com/dsidler/fpgamemcache