Install
Works with Drupal: ^8.8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
34.82 KB
MD5: 85ad88607f740bb41b96e656f59c1d93
SHA-1: bfff87de7a887fb0e9cb67db7ed07c4d14e2849a
SHA-256: 1a51d994d505df4f91c9a96da6ca66ab4bb95a19662734f537975141dddce76e
Download zip
60.94 KB
MD5: 2f985dd7ab9a05db5c5ccc7e622b7241
SHA-1: d3352542732103a5822181df8ba2313a1d4f0aba
SHA-256: 9fe6e64c3a04003377c8f8b985018b67810595247e508c9e490979277769fa8c
Release notes
Race condition fixes, statistics page and support for gz compression
Contributors (9)
jcisio, Berdir, O'Briat, vomiand, driki_, eiriksm, slasher13, davidwhthomas, nitesh624
This release requires Drupal 8.8
This release contains 3 major improvements:
- Race condition fixes when caches are invalidated during transactions.
- A new statistics page that doesn't just contain generic redis cache information but also reports on render caches with many variations, most frequently invalidated cache tags and more. Might not work on more complex setups like sentinel, cluster, create bug reports if you find a problem! Can also be slow with a large and full redis cache.
- Opt-in cache compression, enable by setting the length after which data should be compressed:
$settings['redis_compress_length'] = 100;. This might be enabled by default in a future release.
Changelog
Issues: 5 issues resolved.
Changes since 8.x-1.2:
Feature
- #2848872 by Berdir, O'Briat: Add status page and some statistics
- #2991121 by vomiand, driki_, eiriksm, slasher13, Berdir: Option to compress data with gzcompress