{"id":24414707,"url":"https://github.com/jleagle/memcache-go","last_synced_at":"2025-08-20T12:18:50.085Z","repository":{"id":57495039,"uuid":"158547104","full_name":"Jleagle/memcache-go","owner":"Jleagle","description":"A wrapper for memcache","archived":false,"fork":false,"pushed_at":"2023-12-12T21:39:19.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T07:19:18.119Z","etag":null,"topics":["memcache","memcached","sasl"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jleagle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-21T12:48:57.000Z","updated_at":"2021-12-22T23:26:25.000Z","dependencies_parsed_at":"2022-08-28T15:10:59.528Z","dependency_job_id":null,"html_url":"https://github.com/Jleagle/memcache-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jleagle%2Fmemcache-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jleagle%2Fmemcache-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jleagle%2Fmemcache-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jleagle%2Fmemcache-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jleagle","download_url":"https://codeload.github.com/Jleagle/memcache-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243392327,"owners_count":20283564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["memcache","memcached","sasl"],"created_at":"2025-01-20T07:19:20.013Z","updated_at":"2025-03-13T11:16:15.948Z","avatar_url":"https://github.com/Jleagle.png","language":"Go","readme":"# memcache\n\n![example workflow](https://github.com/Jleagle/memcache-go/actions/workflows/test.yml/badge.svg)\n\nSupports SASL authentication.\n\n```go\nfunc GetData() (data Data, err error) {\n\n\tclient := memcache.NewClient(\"localhost:11211\")\n\n\tcallback := func() (any, error) {\n\t\t// Calculate data\n\t\treturn Data{Val: 1}, nil\n\t}\n\n\tdata := Data{}\n\terr := client.GetSet(\"data-key\", 10, \u0026data, callback)\n\tif err != nil {\n\t\treturn nil, err\n\t}\n\n\treturn data, err\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjleagle%2Fmemcache-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjleagle%2Fmemcache-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjleagle%2Fmemcache-go/lists"}