Registry / database / rainycape-memcache

rainycape-memcache

JSON →
library0.0.0-20150622160815-1031fa0ce2f2gogounverified

A Go client for the memcached cache server.

go get github.com/rainycape/memcache
INSTALL
IMPORT
SIG · RAINYCAPE-MEMCACHE
R
rainycape-memcache
databasegov0.0.0-20150622160815-1031fa0ce2f2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

memcache
github.com/rainycape/memcache

Connects to a memcached server and prints a confirmation.

package main import ( "fmt" "github.com/rainycape/memcache" ) func main() { mc, err := memcache.New("localhost:11211") if err != nil { panic(err) } defer mc.Close() fmt.Println("Connected to memcached") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150622160815-1031fa0ce2f2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
8
Meta
1
Amazon
1
Resources
rainycape-memcache — go get rainycape-memcache · libregistry