|
5 | 5 |  |
6 | 6 |  |
7 | 7 |
|
| 8 | +## Features |
| 9 | + |
| 10 | +A modern, easy-to-use web GUI for your favorite cache systems, think of it as phpMyAdmin but for caching! |
| 11 | + |
| 12 | +### General |
| 13 | +- Clean, responsive interface with a **Dark Mode**. |
| 14 | +- Switch between multiple configured servers for Redis, Memcached. |
| 15 | +- Back up and restore your data. |
| 16 | +- Quickly find keys across your cache. |
| 17 | +- **No composer required to run**. |
| 18 | +- **Docker ready**. |
| 19 | + |
| 20 | +### Redis |
| 21 | +- Works with both **phpredis** and **Predis** clients. |
| 22 | +- View, add, edit, and delete keys. Supports all Redis data types. |
| 23 | +- **Cluster support**. |
| 24 | +- Supports ACL. |
| 25 | +- Detailed server statistics including memory usage, uptime, connected clients, and general info. |
| 26 | +- View the Redis slowlog to debug performance issues. |
| 27 | + |
| 28 | +### Memcached |
| 29 | +- Uses a custom client, so **no memcache(d) extension** is required. |
| 30 | +- View, add, edit, and delete keys. |
| 31 | +- Server Stats including uptime, memory usage, connections, and more. |
| 32 | +- Slabs & Items info. |
| 33 | +- Commands Stats. |
| 34 | + |
| 35 | +### PHP Caches |
| 36 | +- **APCu**: |
| 37 | + - View, edit, and delete user-cached entries. |
| 38 | + - View cache information and memory usage statistics. |
| 39 | +- **OPcache**: |
| 40 | + - View and invalidate cached scripts. |
| 41 | + - Get statistics on memory usage, hit rates, and cached keys. |
| 42 | +- **Realpath Cache**: |
| 43 | + - View and clear PHP's realpath cache entries. |
| 44 | + |
8 | 45 | ## Installation |
9 | 46 |
|
10 | 47 | Unzip the archive and launch index.php in a web browser. No installation is required. |
|
0 commit comments