{"id":20329338,"url":"https://github.com/ddev/ddev-memcached","last_synced_at":"2026-02-21T11:31:22.376Z","repository":{"id":37788362,"uuid":"449470423","full_name":"ddev/ddev-memcached","owner":"ddev","description":"High-performance Memcached caching service for DDEV","archived":false,"fork":false,"pushed_at":"2026-02-18T11:48:32.000Z","size":1281,"stargazers_count":3,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-02-18T15:54:20.154Z","etag":null,"topics":["ddev","ddev-get","official"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddev.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["ddev"],"custom":["https://www.paypal.com/donate/?hosted_button_id=MCNCSZHC7LHSQ","https://ddev.com/support-ddev/"]}},"created_at":"2022-01-18T22:39:48.000Z","updated_at":"2026-02-18T11:48:37.000Z","dependencies_parsed_at":"2023-11-18T08:25:31.539Z","dependency_job_id":"5fab51fb-18a7-4e61-a490-a50c18b027df","html_url":"https://github.com/ddev/ddev-memcached","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":"ddev/ddev-drupal-solr","purl":"pkg:github/ddev/ddev-memcached","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-memcached","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-memcached/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-memcached/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-memcached/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddev","download_url":"https://codeload.github.com/ddev/ddev-memcached/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-memcached/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T11:29:27.227Z","status":"ssl_error","status_checked_at":"2026-02-21T11:29:20.292Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ddev","ddev-get","official"],"created_at":"2024-11-14T20:10:13.627Z","updated_at":"2026-02-21T11:31:22.350Z","avatar_url":"https://github.com/ddev.png","language":"Shell","funding_links":["https://github.com/sponsors/ddev","https://www.paypal.com/donate/?hosted_button_id=MCNCSZHC7LHSQ","https://ddev.com/support-ddev/"],"categories":[],"sub_categories":[],"readme":"[![tests](https://github.com/ddev/ddev-memcached/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/ddev/ddev-memcached/actions/workflows/tests.yml?query=branch%3Amain)\n[![last commit](https://img.shields.io/github/last-commit/ddev/ddev-memcached)](https://github.com/ddev/ddev-memcached/commits)\n[![release](https://img.shields.io/github/v/release/ddev/ddev-memcached)](https://github.com/ddev/ddev-memcached/releases/latest)\n\n# DDEV Memcached\n\n## Overview\n\n[Memcached](https://memcached.org/) is a free \u0026 open source, high-performance, distributed memory object caching system.\n\nThis add-on integrates Memcached into your [DDEV](https://ddev.com/) project.\n\n## Installation\n\n```bash\nddev add-on get ddev/ddev-memcached\nddev restart\n```\n\nAfter installation, make sure to commit the `.ddev` directory to version control.\n\n## Usage\n\n* The Memcached instance will listen on TCP port 11211 (the Memcached default).\n* Configure your application to access Memcached on the host:port `memcached:11211`.\n* To reach the Memcached admin interface, run `ddev ssh` to connect to the web container, then use `nc` or `telnet` to connect to the Memcached container on port 11211, i.e. `nc memcached 11211`. You can then run commands such as `stats` to see usage information. See [cheatsheet](https://lzone.de/cheat-sheet/memcached) for more commands.\n\n## Advanced Customization\n\nTo change the docker image:\n\n```bash\nddev dotenv set .ddev/.env.memcached --memcached-docker-image=memcached:1.6\nddev add-on get ddev/ddev-memcached\nddev restart\n```\n\nMake sure to commit the `.ddev/.env.memcached` file to version control.\n\n## Credits\n\n**Maintained by the [DDEV team](https://ddev.com/support-ddev/)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddev%2Fddev-memcached","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddev%2Fddev-memcached","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddev%2Fddev-memcached/lists"}