public
Description: ActiveSupport Cache Store for http://github.com/fauna/memcached/tree/master
Homepage:
Clone URL: git://github.com/methodmissing/memcached_store.git
methodmissing (author)
Wed Jan 28 19:47:14 -0800 2009
commit  f7b4f0b400c1532d226705c331565e3f787b10f6
tree    ffd739ec625df7c481cc62a1b242573f32365788
parent  c53f3cb18393103b758ea1162038ef143d47d5f6
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