Features
- Expose ssl parameters in RedisCluster constructor
- Expose ssl_check_hostname parameter in Redis/RedisCluster constructors
- Separate opt-in cache behaviors into protocols leaving AbstractCache
as the minimal implementation required - Expose cache stats
- Allow TrackingCache.dynamic_confidence to increase confidence up to 100% instead
of capping it at the original confidence value provided
Chores
- Improve documentation for caching
- Improve test coverage for ssl connections
- Add test coverage for cluster ssl clients