Skip to content

fd/gomemcache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a memcache client package for the Go programming language.
The following commands are implemented:
* get (single key)
* set, add, replace, append, prepend
* delete
* incr, decr

Installation:
* Run "go install github.com/kklis/gomemcache" (you may need root access rights under Linux)

Test:
* Install gomemcache package (as described above)
* Start memcached at 127.0.0.1:11211 before running the test.
* Run "go test github.com/kklis/gomemcache"

Example usage:
* Go to $GOROOT/src/pkg/github.com/kklis/gomemcache/example/
* Compile example with "go build example.go"
* Run the binary

About

Go memcache client package

Resources

License

Unknown, LGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
LGPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%