11<p align =" center " ><img src =" .github/img/logo.svg " width =" 400 " alt =" Logo " ></p >
22<p align =" center " >Web GUI for managing Redis, Memcached, APCu, OPCache, and Realpath with data management.</p >
3- <p align =" center " ><img alt =" Preview " src =" .github/img/preview.png " width =" 500px " ></p >
3+ <p align =" center " >
4+ <picture >
5+ <source media="(prefers-color-scheme: dark)" srcset=".github/img/preview-dark.png">
6+ <img alt="Preview" src=".github/img/preview.png" width="500px">
7+ </picture >
8+ </p >
49
510![ Visitor Badge] ( https://visitor-badge.laobi.icu/badge?page_id=RobiNN1.phpCacheAdmin )
611![ Docker Pulls] ( https://img.shields.io/docker/pulls/robinn/phpcacheadmin )
712
813## Features
914
1015### General
16+
1117- Clean, responsive interface with a ** Dark Mode** .
1218- Switch between multiple configured servers for Redis, Memcached.
1319- Back up and restore your data.
1622- ** Docker ready** .
1723
1824### Redis
25+
1926- Works with both ** phpredis** and ** Predis** clients.
2027- View, add, edit, and delete keys. Supports all Redis data types.
2128- ** Cluster support** .
2532- Supports both SCAN and KEYS commands for retrieving keys.
2633
2734### Memcached
35+
2836- Uses a custom client, so ** no memcache(d) extension** is required.
2937- View, add, edit, and delete keys.
3038- Server Stats including uptime, memory usage, connections, and more.
3139- Slabs & Items info.
3240- Commands Stats.
3341
3442### PHP Caches
43+
3544- ** APCu** :
3645 - View, edit, and delete user-cached entries.
3746 - View cache information and memory usage statistics.
@@ -51,7 +60,7 @@ To customize the configuration, do not edit `config.dist.php` directly, but copy
5160
5261## Updating
5362
54- Replace all files and delete the ` tmp ` folder (this folder contains compiled Twig templates and metrics DB files ).
63+ Replace all files and delete the ` / tmp/twig ` folder (it contains compiled Twig templates).
5564
5665## Environment variables
5766
@@ -132,7 +141,8 @@ services:
132141
133142- PHP >= 8.2 (Use [v1 branch](https://github.com/RobiNN1/phpCacheAdmin/tree/v1.x) if you need support for >=7.4)
134143- Redis server >= 4.0
135- - Memcached server >= 1.4.31. SASL is not supported because there is no way to get the keys.
144+ - Memcached server >= 1.4.31. SASL is not supported because there is no way to get the keys
145+ - sqlite3 extension for metrics
136146
137147> It is not necessary to have all dashboards enabled.
138148
0 commit comments