Skip to content

Releases: RobiNN1/phpCacheAdmin

v2.5.1

Choose a tag to compare

@RobiNN1 RobiNN1 released this 14 Jun 17:46
  • 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

Choose a tag to compare

@RobiNN1 RobiNN1 released this 08 Mar 10:09
  • 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

Choose a tag to compare

@RobiNN1 RobiNN1 released this 06 Feb 19:52
  • 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

Choose a tag to compare

@RobiNN1 RobiNN1 released this 03 Jan 17:45

v2.3.6

Choose a tag to compare

@RobiNN1 RobiNN1 released this 18 Dec 21:23

Bugfixes.

v2.3.5

Choose a tag to compare

@RobiNN1 RobiNN1 released this 25 Nov 00:37

Bugfix for env vars.

v2.3.4

Choose a tag to compare

@RobiNN1 RobiNN1 released this 24 Nov 22:54
  • Fixed issue with custom ENV variables.
  • Updated Predis to v3.3.0.

v2.3.3

Choose a tag to compare

@RobiNN1 RobiNN1 released this 23 Nov 21:06

Bug fixes.

v2.3.2

Choose a tag to compare

@RobiNN1 RobiNN1 released this 22 Nov 12:24
  • 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

Choose a tag to compare

@RobiNN1 RobiNN1 released this 08 Nov 12:46
  • 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.