{"id":54030,"library":"grobie-gomemcache","title":"GoMemcache","description":"A Go client library for interacting with Memcached servers.","status":"active","version":"0.0.0-20230213081705-239240bbc445","language":"go","source_language":null,"source_url":"https://github.com/grobie/gomemcache","tags":["memcached","cache","client","networking"],"install":[{"cmd":"go get github.com/grobie/gomemcache","lang":"bash","label":"Install github.com/grobie/gomemcache"}],"dependencies":[],"imports":[{"symbol":"memcache","correct":"github.com/grobie/gomemcache/memcache"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/grobie/gomemcache/memcache\"\n)\n\nfunc main() {\n\tmc := memcache.New(\"localhost:11211\")\n\terr := mc.Set(&memcache.Item{Key: \"foo\", Value: []byte(\"bar\")})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tit, err := mc.Get(\"foo\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(string(it.Value))\n}","lang":"go","description":"Set and get a key from Memcached."},"warnings":[{"fix":"Use import path github.com/grobie/gomemcache/memcache.","message":"The module path is github.com/grobie/gomemcache, but the importable package is under the memcache subdirectory.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'cach':12 'client':4,13 'go':3 'gomemcach':1 'interact':7 'librari':5 'memcach':9,11 'network':14 'server':10","created_at":"2026-06-15T08:07:52.025617+00:00","updated_at":"2026-06-15T08:07:52.025617+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/grobie/gomemcache","github":"https://github.com/grobie/gomemcache","docs":"https://pkg.go.dev/github.com/grobie/gomemcache#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}