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
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_handleroption as a proc, which is what Redis does.My main reason for this is related to: rack/rack-attack#577