Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 625 Bytes

README.textile

File metadata and controls

19 lines (12 loc) · 625 Bytes

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