{"id":29586672,"url":"https://github.com/basecamp/libmemcached_store","last_synced_at":"2025-07-20T03:31:18.966Z","repository":{"id":423734,"uuid":"43698","full_name":"basecamp/libmemcached_store","owner":"basecamp","description":"ActiveSupport::Cache wrapper for libmemcached","archived":false,"fork":false,"pushed_at":"2022-04-15T07:34:27.000Z","size":124,"stargazers_count":82,"open_issues_count":0,"forks_count":23,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-07-18T05:34:47.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/basecamp.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-08-18T19:35:33.000Z","updated_at":"2025-05-31T03:20:10.000Z","dependencies_parsed_at":"2022-08-16T10:25:11.733Z","dependency_job_id":null,"html_url":"https://github.com/basecamp/libmemcached_store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/basecamp/libmemcached_store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basecamp%2Flibmemcached_store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basecamp%2Flibmemcached_store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basecamp%2Flibmemcached_store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basecamp%2Flibmemcached_store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basecamp","download_url":"https://codeload.github.com/basecamp/libmemcached_store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basecamp%2Flibmemcached_store/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266063101,"owners_count":23870718,"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":"2025-07-20T03:31:04.512Z","updated_at":"2025-07-20T03:31:18.947Z","avatar_url":"https://github.com/basecamp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= LibmemcachedStore\n\nAn ActiveSupport cache store that uses the C-based libmemcached client through\nEvan Weaver's Ruby/SWIG wrapper, memcached. libmemcached is fast, lightweight,\nand supports consistent hashing, non-blocking IO, and graceful server failover.\n\n== Prerequisites\n\nYou'll need both the libmemcached client and the memcached gem:\n\n* http://tangent.org/552/libmemcached.html\n* http://blog.evanweaver.com/files/doc/fauna/memcached\n\nMake sure you install libmemcached first, before you try installing the gem. If\nyou're using OS X, the easiest way to install libmemcached is through MacPorts:\n\n  sudo port install libmemcached\n\nFor other platforms, download and extract the libmemcached tarball and install\nmanually:\n\n  ./configure\n  make \u0026\u0026 sudo make install\n\nOnce libmemcached is installed, install the memcached gem:\n\n  gem install memcached --no-rdoc --no-ri\n\n== Usage\n\nThis is a drop-in replacement for the memcache store that ships with Rails. To\nenable, set the \u003ctt\u003econfig.cache_store\u003c/tt\u003e option to \u003ctt\u003e:libmemcached_store\u003c/tt\u003e\nin the config for your environment\n\n  config.cache_store = :libmemcached_store\n\nIf no servers are specified, localhost is assumed. You can specify a list of\nserver addresses, either as hostnames or IP addresses, with or without a port\ndesignation. If no port is given, 11211 is assumed:\n\n  config.cache_store = :libmemcached_store, %w(cache-01 cache-02 127.0.0.1:11212)\n\n== Props\n\nThanks to Brian Aker (http://tangent.org) for creating libmemcached, and Evan\nWeaver (http://blog.evanweaver.com) for the Ruby wrapper.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasecamp%2Flibmemcached_store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasecamp%2Flibmemcached_store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasecamp%2Flibmemcached_store/lists"}