Releases: RobiNN1/phpCacheAdmin
Releases · RobiNN1/phpCacheAdmin
Release list
v2.6.0
- Added Redis PUB/SUB support.
- Added Redis & Memcached console with command history and autocomplete.
- Added more info to the server dashboard (including CPU and RAM usage). Note that this has only been tested on macOS 26 and Windows 11. On Windows, it may be slower if you don't have the COM extension.
- Optimized memory usage.
- Bugfixes.
v2.5.2
v2.5.1
- Added option to view key detail in modal (disabled by default).
- Added basic session auth (replacement for http auth).
- When Redis database has over 100k keys it automatically switch to SCAN command, you can change threshold with
scanthresholdoption. - Memory optimizations across all dashboards.
- Memcached optimizations.
- Metrics fixes.
- Added more tests.
- Bugfixes.
v2.5.0
- Added option to enable Memcached extension for get/set (for native compression).
- Metrics fixes.
- Added Valkey/KeyDB detection in dashboard.
- Added csrf tokens for security.
- Twig cache is now automatically cleared after update to avoid template issues.
- Bug fixes.
v2.4.1
v2.4.0
- Design fixes.
- Added
metricsdirandtwigcacheto config. - Bugfixes.
- New website is live https://phpcacheadmin.com .