You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Dalli::Store supports a raise_errors (true/false) config.
I'd like more fine grained error handling like Rail's Redis Store supports. Would propose to add error_handler option as a proc, which is what Redis does.
Currently Dalli::Store supports a
raise_errors
(true/false) config.I'd like more fine grained error handling like Rail's Redis Store supports. Would propose to add
error_handler
option as a proc, which is what Redis does.My main reason for this is related to: rack/rack-attack#577
The text was updated successfully, but these errors were encountered: