Releases: RobiNN1/phpCacheAdmin
Releases · RobiNN1/phpCacheAdmin
v2.5.1
Compare
Sorry, something went wrong.
No results found
Added option to view key detail in modal (disabled by default).
Added basic session auth (replacement for http auth).
In when Redis database has over 100k keys it automatically switch to SCAN command, you can change threshold with scanthreshold option.
Memory optimizations across all dashboards.
Memcached optimizations.
Metrics fixes.
Added more tests.
Bugfixes.
v2.5.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Redis dashboard fixes.
Added Command Calls metrics to Redis.
Now you can select multiple keys with shift-click.
Added folder size in tree view.
v2.4.0
Compare
Sorry, something went wrong.
No results found
v2.3.6
Compare
Sorry, something went wrong.
No results found
v2.3.5
Compare
Sorry, something went wrong.
No results found
v2.3.4
Compare
Sorry, something went wrong.
No results found
Fixed issue with custom ENV variables.
Updated Predis to v3.3.0.
v2.3.3
Compare
Sorry, something went wrong.
No results found
v2.3.2
Compare
Sorry, something went wrong.
No results found
PHP 8.5 support.
Removed JSON syntax highlighter (#55 ).
Renamed config options with - to make it compatible with phpdotenv.
Fixed http auth example.
v2.3.1
Compare
Sorry, something went wrong.
No results found
Fixed high memory usage. Note that sorting across the entire database no longer works because it consumes a lot of memory.
Allow to use PCA as embeded package (#54 ).
Bug fixes.