Skip to content

Instantly share code, notes, and snippets.

@jfernandez
Created April 15, 2010 00:56
Show Gist options
  • Save jfernandez/366557 to your computer and use it in GitHub Desktop.
Save jfernandez/366557 to your computer and use it in GitHub Desktop.
unless (memcached_config = MemcachedConfig.new).disabled?
memcached_options = memcached_config.options
config.cache_store = :mem_cache_store, memcached_options.delete(:servers), memcached_options
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment