{"id":17736518,"url":"https://github.com/toshimaru/memcacher","last_synced_at":"2026-01-21T02:02:16.633Z","repository":{"id":56883219,"uuid":"90718933","full_name":"toshimaru/memcacher","owner":"toshimaru","description":"Better memcache integration for Rails.","archived":false,"fork":false,"pushed_at":"2017-06-29T09:57:28.000Z","size":13,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-21T11:52:08.395Z","etag":null,"topics":["memcached","rails"],"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/toshimaru.png","metadata":{"files":{"readme":"README.md","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":"2017-05-09T07:59:47.000Z","updated_at":"2017-05-12T06:48:26.000Z","dependencies_parsed_at":"2022-08-20T22:31:03.345Z","dependency_job_id":null,"html_url":"https://github.com/toshimaru/memcacher","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/toshimaru/memcacher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fmemcacher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fmemcacher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fmemcacher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fmemcacher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toshimaru","download_url":"https://codeload.github.com/toshimaru/memcacher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fmemcacher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28622472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"online","status_checked_at":"2026-01-21T02:00:08.227Z","response_time":86,"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":["memcached","rails"],"created_at":"2024-10-26T00:23:16.963Z","updated_at":"2026-01-21T02:02:16.607Z","avatar_url":"https://github.com/toshimaru.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Memcacher\n\n[![Build Status](https://travis-ci.org/toshimaru/memcacher.svg?branch=master)](https://travis-ci.org/toshimaru/memcacher)\n[![Gem Version](https://badge.fury.io/rb/memcacher.svg)](https://badge.fury.io/rb/memcacher)\n[![Code Climate](https://codeclimate.com/github/toshimaru/memcacher/badges/gpa.svg)](https://codeclimate.com/github/toshimaru/memcacher)\n[![Test Coverage](https://codeclimate.com/github/toshimaru/memcacher/badges/coverage.svg)](https://codeclimate.com/github/toshimaru/memcacher/coverage)\n\nBetter memcache integration for Rails.\n\n## Installation\n\nAdd this line to your Rails application's Gemfile:\n\n```ruby\ngem 'memcacher'\n```\n\n## Configuration\n\n`config/environments/[ENV].rb`\n\n```rb\nRails.application.configure do\n  ...\n  config.cache_store = :memcacher\n  ...\nend\n```\n\n`config/memcached.yml`:\n\n```yml\ndevelopment:\n  host: localhost\n  port: 11211\n\nproduction:\n  host:\n  port:\n\ntest:\n  host:\n  port:\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/toshimaru/memcacher.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2Fmemcacher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoshimaru%2Fmemcacher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2Fmemcacher/lists"}