- Fix email rendering
- Prefix known global functions to avoid a current namespace lookup for the function.
- Work-around for non-desirable caching behaviour when CloudFlare (or similar) is forced to cache css.php output
- If css.php would return empty output instead return a 404 and cache in redis for at most a second
- Prevent polluting of caches if the time-stamp is in the future
- Improve XF Cloud support
- config.php are not required if the stock Redis connector is used.
- Currently XF Cloud does not use Redis for the main cache which prevents various redis-only add-ons from functioning as expected
- Force global namespace for functions which are known to be optimizable to bytecode in php
- Track latest upstream Credis library
- Fix "TypeError: Argument 1 passed to XXXX must be of the type YYYY, bool given" when the decompressor library for content stored in redis unexpectedly disappears
- Add php7+ type hinting
- Add short (per-user) caching for 'user online' widget. On busy forums this may reduce the contention of xf_session_activity table.
- Support using PHP Redis extension for TLS connections when v5.3.0+ is present. Older version will fall back to the pure php implementation for communicating with a redis server
- Extend XF's debugger html output to display redis session stats
- Requires php 7.0+
- Confirmed XF2.2 support
- Work-around for non-numeric style ids to css.php causing unexpected fallback to master style which may not have all the required templates
- Add support for Sentinel AUTH
- Add support for multiple statically configured read slaves.
- Support displaying multiple redis stats in AdminCP home when multiple 'cache context' are configured