Condensed reports policy produces logs without causes, i.e., logs are shorter but less informative.
Detailed reports policy produces logs with failure causes
It fails on failure, i.e., propages the exception to upper layers
Recovers with a default value instead of failing through
Recovery policy triggers when a request fails.
Abstract recovery policy provides a general helpers for failure reporting.
Abstract recovery policy provides a general helpers for failure reporting. These might be usable when implementing own recovery policy.
Transforms future result produced by redis implementation to the result of the desired type
Configures low-level classes communicating with the redis server.
Recovery policy triggers when a request fails. Based on the implementation, it may try it again, recover with a default value or just simply log the failure. Either way, it is up to user to define what to do on failure.
1.3.0