/memcached_store

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

Primary LanguageRubyMIT LicenseMIT

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