Skip to content

Releases: RobiNN1/phpCacheAdmin

v2.3.6

18 Dec 21:23

Choose a tag to compare

Bugfixes.

v2.3.5

25 Nov 00:37

Choose a tag to compare

Bugfix for env vars.

v2.3.4

24 Nov 22:54

Choose a tag to compare

  • Fixed issue with custom ENV variables.
  • Updated Predis to v3.3.0.

v2.3.3

23 Nov 21:06

Choose a tag to compare

Bug fixes.

v2.3.2

22 Nov 12:24

Choose a tag to compare

  • 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

08 Nov 12:46

Choose a tag to compare

  • 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.

v2.3.0

14 Oct 10:00

Choose a tag to compare

  • Added metrics to Redis & Memcached. Please note that the dashboard must be open for data to be collected.
  • Data in left panels are now auto-refreshed. Memcached command stats as well.
  • Optimized Memcached (50% faster).
  • Allow to edit Redis stream keys.
  • Bug fixes.

v2.2.3

12 Aug 18:36

Choose a tag to compare

  • Now Redis will automatically switch to SCAN command if KEYS is disabled.
  • Fixed Redis errors when MEMORY & SLOWLOG commands are disabled.
  • Fixed import in Predis/Predis Cluster.
  • Improved tests.

v2.2.2

10 Aug 21:23

Choose a tag to compare

  • Added Predis cluster support.
  • More Redis optimizations.
  • Added more tests.
  • Bug fixes.

v2.2.1

10 Aug 10:29

Choose a tag to compare

  • Optimized Redis Cluster loading (from 8s to 1.5s with 20k keys).
  • Added support for Slowlog in Redis Cluster.
  • Bug fixes.