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
- Rollback of cache keys for backup_feature_flags and feature_flags t…
…o use underscores instead of : to make them PSR6 compliant.
- Added the API key in the cache key for analytics in order to allow keeping multiple environment cache keys in the same cache.
- Created the public register() method for Event Tracking.
- Added flexibility to the Cache implementation to allow Redis adapter properly.
- Analytics cache and backup cache now use the same cache implementation than the regular feature flag cache instead of local filesystem.