public
Description: This plugin protect your memcached to never try to use a key greater than 250 characters(memcached limitation). It is very usefull when your key is dynamically defined.
Homepage: http://tapajos.me
Clone URL: git://github.com/tapajos/memcached_protected.git
memcached_protected / install.rb
100644 2 lines (2 sloc) 0.195 kb
1
2
require 'fileutils'
FileUtils.cp(File.expand_path(File.dirname(__FILE__) + "/lib/cache_override.rb"), File.expand_path(File.dirname(__FILE__) + "/../../../config/initializers/cache_override.rb"))