{"id":30381889,"url":"https://github.com/linden/deno-memcached","last_synced_at":"2026-05-17T11:32:12.355Z","repository":{"id":57675404,"uuid":"296787951","full_name":"linden/deno-memcached","owner":"linden","description":"memcached driver for deno","archived":false,"fork":false,"pushed_at":"2020-09-19T08:51:28.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-05T20:28:20.228Z","etag":null,"topics":["deno","memcached"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/linden.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":"2020-09-19T04:45:29.000Z","updated_at":"2021-04-19T17:37:56.000Z","dependencies_parsed_at":"2022-09-26T20:41:31.177Z","dependency_job_id":null,"html_url":"https://github.com/linden/deno-memcached","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/linden/deno-memcached","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linden%2Fdeno-memcached","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linden%2Fdeno-memcached/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linden%2Fdeno-memcached/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linden%2Fdeno-memcached/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linden","download_url":"https://codeload.github.com/linden/deno-memcached/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linden%2Fdeno-memcached/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33136703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["deno","memcached"],"created_at":"2025-08-20T22:25:39.305Z","updated_at":"2026-05-17T11:32:12.350Z","avatar_url":"https://github.com/linden.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno-memcached\nmemcached driver for deno\n\n## Usage\n\n```ts\nimport { Memcached } from \"./mod.ts\";\n\nconst client = new Memcached(11211, \"127.0.0.1\");\n\n//set\nawait client.set(\"Hello\", \"world\", 1800);\n\n//get\nconst item = await client.get(\"Hello\");\n\n//update\nawait client.update(\"Hello\", \"there\", 1800);\n\n//delete\nawait client.delete(\"Hello\");\n\n//flush\nawait client.flush();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinden%2Fdeno-memcached","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinden%2Fdeno-memcached","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinden%2Fdeno-memcached/lists"}