What's Changed
Changed
- Avoid RedisCacheStore#increment on Rails 6+ (which might improve performance) by @jdelStrother (#597)
Fixed
- Fix #588 don't fail if request.ip is missing, by @santib (#630)
- Fix reset! when using namespaced cache store by @santib (#673)
Deprecated
- Soft deprecate integration with rack 1.x, may or may not work with it.
- Soft deprecate...