This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit f7b4f0b400c1532d226705c331565e3f787b10f6
tree ffd739ec625df7c481cc62a1b242573f32365788
parent c53f3cb18393103b758ea1162038ef143d47d5f6
tree ffd739ec625df7c481cc62a1b242573f32365788
parent c53f3cb18393103b758ea1162038ef143d47d5f6
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MIT-LICENSE | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
uninstall.rb |
README.textile
ActiveSupport Memcached Cache Store
Drop in replacement for ActiveSupport::Cache::MemCacheStore powered by Evan Weaver’s Memcached ( http://github.com/fauna/memcached/tree/master )
Installation
./script/plugin install git://github.com/methodmissing/memcached_store_.git
Usage
config.cache_store = :memcached_store, '127.0.0.1:11211', { :namespace => "production" }
See http://github.com/fauna/memcached/tree/master/lib/memcached/memcached.rb for configuration options.
Copyright © 2008 [Lourens Naudé], released under the MIT license








