Redis
Connected as web_site1_bozztv_com to
db 13 with prefix
web_site1_bozztv_com:*. The ACL prevents this user
from touching any other keyspace and denies server-admin commands like INFO — so some server-wide fields below show as hidden. That is the isolation working, not a fault.
Server
| ping | PONG (0.25 ms) |
|---|---|
| version | hidden by ACL |
| mode | hidden by ACL |
| uptime | hidden by ACL |
| used memory | hidden by ACL |
| maxmemory policy | hidden by ACL |
This DB
| db number | 13 |
|---|---|
| keys (all in db) | 0 |
| your prefix | web_site1_bozztv_com:* |
| clients connected | hidden by ACL |
| commands processed | hidden by ACL |
Live test
SET → GET → DEL of a random key under this site's prefix.
ACL isolation — live proof
Admin commands attempted just now as this site's Redis user:
INFO |
denied ✓ |
|---|---|
CONFIG GET |
denied ✓ |
KEYS * |
denied ✓ |
CLIENT LIST |
denied ✓ |
Sample keys with your prefix (up to 25 from SCAN)
No keys yet. Hit the live test button above to create one.