All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix ArgumentCountError: Wrong parameter count for Redis::sAdd() in RedisStorage.php. See #7
- BC Use CacheTagChecksum to invalidate cache tags. See #4
- Upgrade steps:
- Add
wmcontroller.cache.invalidator: wmcontroller.redis.checksum
to yourservices.yml
file. - Run
drush wmcontroller_redis:mark-expired
nightly to search for stale entries and mark them for deletion
- Add
- Upgrade steps:
- Add Drupal 10 compatibility
- Add stub of successor module for during the upgrade
- Mark as compatible with wmcontroller
1.0.0
- Add .gitignore
- Add Github issue & pull request templates
- Add code style fixers
- Add changelog
- Add PHP & drupal/core requirements
- Add MIT license
- Update readme
- Update module description
- Update wmcontroller version constraint
- Fix PHP going out of memory
- Silently fail if no Redis is provided
Initial release