methodmissing / memcached_store
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
f7b4f0b
memcached_store / 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
