methodmissing / memcached_store
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MIT-LICENSE | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
uninstall.rb |
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

