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.