-
fatkodima authored
For redis cache store, running `Rails.cache.delete_multi(["foo", "bar"])` will lead to an error when redis is down. Other existing cache store methods already implement failure safety.
fatkodima authoredFor redis cache store, running `Rails.cache.delete_multi(["foo", "bar"])` will lead to an error when redis is down. Other existing cache store methods already implement failure safety.
Loading