gomemcache icon indicating copy to clipboard operation
gomemcache copied to clipboard

memcache client writen by golang

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 [email protected] 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