Skip to content

arbovm/gomemcache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 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:
* $ [sudo -E] goinstall github.com/kklis/gomemcache

Source code:
* Compile with "gomake".
* Start memcached at 127.0.0.1:11211 before running the test.
* Test with "gomake test".

Example usage:
* Check memcache_example.go

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%