✅ Schema geprüft (MySQL).
✅ Redis verbunden (PING: PONG)
✅ Cache MISS (images:list) – frisch aus DB, 30s gecached.
RAW: DB & Redis
DB rows (images)
[
{
"id": 3,
"object_key": "2025/11/91d05921295dbd2a9d1881e82908db23.png",
"original_name": "Grün.png",
"mime_type": "image/png",
"size": 7834,
"created_at": "2025-11-05 15:32:24"
},
{
"id": 1,
"object_key": "2025/11/057c35bf19685f3534b227b85e47ab7d.png",
"original_name": "Blau.png",
"mime_type": "image/png",
"size": 9306,
"created_at": "2025-11-05 15:32:06"
}
]Redis Status
PONG
Redis Keys (MATCH "images*" – max 50)
[
"images:list"
]Redis TTL "images:list"
30
Redis "images:list" (raw)
[
{
"id": 3,
"object_key": "2025/11/91d05921295dbd2a9d1881e82908db23.png",
"original_name": "Grün.png",
"mime_type": "image/png",
"size": 7834,
"created_at": "2025-11-05 15:32:24",
"cached_at": "2026-01-04T10:35:55+00:00"
},
{
"id": 1,
"object_key": "2025/11/057c35bf19685f3534b227b85e47ab7d.png",
"original_name": "Blau.png",
"mime_type": "image/png",
"size": 9306,
"created_at": "2025-11-05 15:32:06",
"cached_at": "2026-01-04T10:35:55+00:00"
}
]