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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Aug 17 11:21:06 -0700 2008 | |
| |
MIT-LICENSE | Sun Aug 17 11:21:06 -0700 2008 | |
| |
README.textile | Sun Aug 17 11:21:06 -0700 2008 | |
| |
Rakefile | Sun Aug 17 11:21:06 -0700 2008 | |
| |
init.rb | Sun Aug 17 12:06:20 -0700 2008 | |
| |
install.rb | Sun Aug 17 11:21:06 -0700 2008 | |
| |
lib/ | Wed Jan 28 19:47:14 -0800 2009 | |
| |
tasks/ | Sun Aug 17 11:21:06 -0700 2008 | |
| |
uninstall.rb | Sun Aug 17 11:21:06 -0700 2008 |
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







