/gomemcache

memcache client writen by golang

Primary LanguageGo

gomemcache

gomemcache is a Go client for the memcache database.

Documentation

Installation

Install gomemcache using the "go get" command:

go get github.com/Terry-Mao/gomemcache/memcache

The Go distribution is gomemcache's only dependency.

Contributing

Contributions are welcome.

Before writing code, send mail to iammao@vip.qq.com to discuss what you plan to do. This gives me a chance to validate the design, avoid duplication of effort and ensure that the changes fit the goals of the project. Do not start the discussion with a pull request.

Reference

Redigo