1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/cache
Jean Boussier c63da2005e Report Memcached and Redis cache errors to Rails.error
Ref: https://github.com/rails/rails/issues/43472

We swallow these exceptions because it makes sense for a cache to
fallback to a cache miss in case of transcient failures.

However there's value in reporting these to the application
owners so that they can be alerted that something undesirable happened.
2021-11-24 12:25:03 +01:00
..
strategy Eliminate internal uses of PerThreadRegistry and deprecate it 2021-11-22 09:53:16 +01:00
file_store.rb
mem_cache_store.rb Report Memcached and Redis cache errors to Rails.error 2021-11-24 12:25:03 +01:00
memory_store.rb Stop using Concurrent.monotonic_time 2021-10-21 09:31:25 +02:00
null_store.rb
redis_cache_store.rb Report Memcached and Redis cache errors to Rails.error 2021-11-24 12:25:03 +01:00