methodmissing / memcached_store

ActiveSupport Cache Store for http://github.com/fauna/memcached/tree/master

This URL has Read+Write access

name age message
file .gitignore Sun Aug 17 11:21:06 -0700 2008 Initial plugin [methodmissing]
file MIT-LICENSE Sun Aug 17 11:21:06 -0700 2008 Initial plugin [methodmissing]
file README.textile Sun Aug 17 11:21:06 -0700 2008 Initial plugin [methodmissing]
file Rakefile Sun Aug 17 11:21:06 -0700 2008 Initial plugin [methodmissing]
file init.rb Sun Aug 17 12:06:20 -0700 2008 Typos; let dir structure reflect the Module nam... [methodmissing]
file install.rb Sun Aug 17 11:21:06 -0700 2008 Initial plugin [methodmissing]
directory lib/ Wed Jan 28 19:47:14 -0800 2009 Re-enable local cache strategy [methodmissing]
directory tasks/ Sun Aug 17 11:21:06 -0700 2008 Initial plugin [methodmissing]
file uninstall.rb Sun Aug 17 11:21:06 -0700 2008 Initial plugin [methodmissing]
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