{"id":16243632,"url":"https://github.com/dustin/gomemcached","last_synced_at":"2025-05-16T14:06:23.577Z","repository":{"id":722423,"uuid":"369957","full_name":"dustin/gomemcached","owner":"dustin","description":"A memcached binary protocol toolkit for go.","archived":false,"fork":false,"pushed_at":"2019-08-30T03:47:21.000Z","size":283,"stargazers_count":316,"open_issues_count":4,"forks_count":68,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-19T16:19:56.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://dustin.github.com/2009/11/12/gomemcached.html","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"pdrosos/Wwwision.Neos.FrontendLogin","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dustin.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-11-12T08:10:17.000Z","updated_at":"2025-03-30T00:39:45.000Z","dependencies_parsed_at":"2022-07-14T19:47:27.380Z","dependency_job_id":null,"html_url":"https://github.com/dustin/gomemcached","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/dustin%2Fgomemcached","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustin%2Fgomemcached/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustin%2Fgomemcached/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustin%2Fgomemcached/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dustin","download_url":"https://codeload.github.com/dustin/gomemcached/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254544146,"owners_count":22088807,"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":[],"created_at":"2024-10-10T14:15:42.990Z","updated_at":"2025-05-16T14:06:23.533Z","avatar_url":"https://github.com/dustin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gomemcached\n\nThis is a memcached binary protocol toolkit in [go][go].\n\nIt provides client and server functionality as well as a little sample\nserver showing how I might make a server if I valued purity over\nperformance.\n\n## Server Design\n\n\u003cdiv\u003e\n  \u003cimg src=\"http://dustin.github.com/images/gomemcached.png\"\n       alt=\"overview\" style=\"float: right\"/\u003e\n\u003c/div\u003e\n\nThe basic design can be seen in [gocache].  A [storage\nserver][storage] is run as a goroutine that receives a `MCRequest` on\na channel, and then issues an `MCResponse` to a channel contained\nwithin the request.\n\nEach connection is a separate goroutine, of course, and is responsible\nfor all IO for that connection until the connection drops or the\n`dataServer` decides it's stupid and sends a fatal response back over\nthe channel.\n\nThere is currently no work at all in making the thing perform (there\nare specific areas I know need work).  This is just my attempt to\nlearn the language somewhat.\n\n[go]: http://golang.org/\n[gocache]: ../master/gocache/gocache.go\n[storage]: ../master/gocache/mc_storage.go\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustin%2Fgomemcached","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdustin%2Fgomemcached","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustin%2Fgomemcached/lists"}