nkallen / cache-money

A Write-Through Cacheing Library for ActiveRecord
Apache License 2.0
995 stars 107 forks source link

Rails fails when memcached is down #13

Closed IvanUkhov closed 8 years ago

IvanUkhov commented 14 years ago

Is it possible to avoid caching if memcached is down without raising an error?

smtlaissezfaire commented 14 years ago

Here's how I did it (the initializer code):

http://gist.github.com/284440

This ticket should be closed

PatrickTulskie commented 14 years ago

That doesn't solve the issue of memcached going down when it's serving requests. Still need something to rescue no server errors mid-run unless you are constantly reloading your memcache connection every time.