Skip to content

Commit 371c5c1

Browse files
committed
Update README.md
1 parent 6b31d80 commit 371c5c1

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,43 @@
55
![Visitor Badge](https://visitor-badge.laobi.icu/badge?page_id=RobiNN1.phpCacheAdmin)
66
![Docker Pulls](https://img.shields.io/docker/pulls/robinn/phpcacheadmin)
77

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+
845
## Installation
946

1047
Unzip the archive and launch index.php in a web browser. No installation is required.

0 commit comments

Comments
 (0)