Skip to content

Commit 883a82d

Browse files
committed
Update README.md
1 parent 371c5c1 commit 883a82d

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<p align="center"><img src=".github/img/logo.svg" width="400" alt="Logo"></p>
2-
<p align="center">Web GUI for managing Redis, Memcached, APCu, OPCache and Realpath with data management.</p>
2+
<p align="center">Web GUI for managing Redis, Memcached, APCu, OPCache, and Realpath with data management.</p>
33
<p align="center"><img alt="Preview" src=".github/img/preview.png" width="500px"></p>
44

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

88
## Features
99

10-
A modern, easy-to-use web GUI for your favorite cache systems, think of it as phpMyAdmin but for caching!
11-
1210
### General
1311
- Clean, responsive interface with a **Dark Mode**.
1412
- Switch between multiple configured servers for Redis, Memcached.
@@ -24,6 +22,7 @@ A modern, easy-to-use web GUI for your favorite cache systems, think of it as ph
2422
- Supports ACL.
2523
- Detailed server statistics including memory usage, uptime, connected clients, and general info.
2624
- View the Redis slowlog to debug performance issues.
25+
- Supports both SCAN and KEYS commands for retrieving keys.
2726

2827
### Memcached
2928
- Uses a custom client, so **no memcache(d) extension** is required.
@@ -47,7 +46,7 @@ A modern, easy-to-use web GUI for your favorite cache systems, think of it as ph
4746
Unzip the archive and launch index.php in a web browser. No installation is required.
4847
However, it is highly recommended (although not required) to run `composer install`.
4948

50-
If you use the defaults (e.g. Redis, Memcached servers), everything should work out of the box.
49+
If you use the defaults (e.g., Redis, Memcached servers), everything should work out of the box.
5150
To customize the configuration, do not edit `config.dist.php` directly, but copy it into `config.php`.
5251

5352
## Updating
@@ -60,7 +59,7 @@ All keys from the [config](https://github.com/RobiNN1/phpCacheAdmin/blob/master/
6059
they just must start with `PCA_` prefix.
6160

6261
Options with an array can be set using "dot notation" but use `_` instead of a dot.
63-
Or you can even use JSON (e.g. Redis SSL option).
62+
Or you can even use JSON (e.g., Redis SSL option).
6463

6564
Redis:
6665

@@ -73,7 +72,7 @@ Redis:
7372
- `PCA_REDIS_0_DATABASE` Default database (optional).
7473
- `PCA_REDIS_0_USERNAME` ACL - requires Redis >= 6.0 (optional).
7574
- `PCA_REDIS_0_PASSWORD` Optional.
76-
- `PCA_REDIS_0_AUTHFILE` File with a password, e.g. Docker secrets (optional).
75+
- `PCA_REDIS_0_AUTHFILE` File with a password, e.g., Docker secrets (optional).
7776
- `PCA_REDIS_0_PATH` Unix domain socket (optional).
7877
- `PCA_REDIS_0_DATABASES` Number of databases, use this if the CONFIG command is disabled (optional).
7978
- `PCA_REDIS_0_SCANSIZE` Number of keys, the server will use the SCAN command instead of KEYS (optional).

0 commit comments

Comments
 (0)