{"id":22154601,"url":"https://github.com/ericflo/django-memcached","last_synced_at":"2025-08-22T12:33:29.661Z","repository":{"id":57420791,"uuid":"122201","full_name":"ericflo/django-memcached","owner":"ericflo","description":"This is a very simple reusable app which does one thing: shows you statistics about your currently running memcached instances.","archived":false,"fork":false,"pushed_at":"2011-10-28T15:56:06.000Z","size":106,"stargazers_count":72,"open_issues_count":3,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-26T11:02:57.976Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericflo.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-02-05T09:24:09.000Z","updated_at":"2024-08-24T23:44:15.000Z","dependencies_parsed_at":"2022-09-15T15:50:45.783Z","dependency_job_id":null,"html_url":"https://github.com/ericflo/django-memcached","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericflo/django-memcached","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fdjango-memcached","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fdjango-memcached/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fdjango-memcached/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fdjango-memcached/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericflo","download_url":"https://codeload.github.com/ericflo/django-memcached/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fdjango-memcached/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269351910,"owners_count":24402678,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-02T01:49:51.672Z","updated_at":"2025-08-08T02:10:39.220Z","avatar_url":"https://github.com/ericflo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"django-memcached\n=================\n\nThis is a very simple reusable app which does one thing: shows you statistics\nabout your currently running memcached instances.  There are no database models\nand not much configuration.\n\nInstalling django-memcached\n----------------------------\n\n1. Either download the tarball and run ``python setup.py install``, or simply\n   use easy install or pip like so ``easy_install django-memcached``.\n\n\n2. Add django_memcached to your ``INSTALLED_APPS`` setting::\n\n       INSTALLED_APPS = (\n           # ...\n           'django_memcached',\n       )\n\n\n3. Add the urls to your url configuration::\n\n       urlpatterns = patterns('',\n           # ...\n           (r'^cache/', include('django_memcached.urls')),\n       )\n\n\n4. If you want to restrict these urls to only staff members, just add this\n   setting to your settings file::\n   \n       DJANGO_MEMCACHED_REQUIRE_STAFF = True\n\n\nThat's it.  Hopefully this app gives you a little insight into how your\nmemcached servers are being utilized.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericflo%2Fdjango-memcached","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericflo%2Fdjango-memcached","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericflo%2Fdjango-memcached/lists"}