{"id":16679598,"url":"https://github.com/phoet/rails_redis_cache","last_synced_at":"2025-08-05T06:28:32.587Z","repository":{"id":56890671,"uuid":"828396","full_name":"phoet/rails_redis_cache","owner":"phoet","description":"rails cache store implementation with redis","archived":false,"fork":false,"pushed_at":"2011-12-15T09:09:16.000Z","size":647,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-07-28T12:06:52.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://blog.nofail.de/2010/08/using-the-redis-addon-on-heroku/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phoet.png","metadata":{"files":{"readme":"README.rdoc","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-08-10T10:11:14.000Z","updated_at":"2022-08-16T15:33:42.000Z","dependencies_parsed_at":"2022-08-21T00:20:29.999Z","dependency_job_id":null,"html_url":"https://github.com/phoet/rails_redis_cache","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/phoet/rails_redis_cache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoet%2Frails_redis_cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoet%2Frails_redis_cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoet%2Frails_redis_cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoet%2Frails_redis_cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phoet","download_url":"https://codeload.github.com/phoet/rails_redis_cache/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoet%2Frails_redis_cache/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268848746,"owners_count":24316966,"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-05T02:00:12.334Z","response_time":2576,"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-10-12T13:36:18.692Z","updated_at":"2025-08-05T06:28:32.562Z","avatar_url":"https://github.com/phoet.png","language":"Ruby","readme":"== About\n\nStatus: http://stillmaintained.com/phoet/rails_redis_cache.png\nBuild: http://travis-ci.org/phoet/rails_redis_cache.png\n\nCache store implementation for Rails 3.1 using the key value store Redis[http://code.google.com/p/redis].\n\nIf you are looking for Rails 3 implementation please have a look at latest stable release version 0.0.4.\n\n== Usage\n\nIn the environment.rb or environments-files write:\n\n  ActionController::Base.cache_store = ActiveSupport::Cache::RailsRedisCacheStore.new(:url =\u003e ENV['RAILS_REDIS_CACHE_URL'])\n  \n  ... or ...\n  \n  config.cache_store = ActiveSupport::Cache::RailsRedisCacheStore.new(:url =\u003e ENV['RAILS_REDIS_CACHE_URL'])\n\nUsing the cache is simple:\n\n  @tweets = cache(\"tweets\", :expires_in =\u003e 30.seconds){ Twitter::Search.new(...) }\n\n== Installing Redis with homebrew\n\nUsing a local Redis server for testing is simple:\n\n  brew install redis\n  redis-server\n\n== Changelog\n\nSee CHANGELOG file for further information.\n\n== License\n\nSee LICENSE file for further information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoet%2Frails_redis_cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoet%2Frails_redis_cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoet%2Frails_redis_cache/lists"}