테스트 파일 삭제

This commit is contained in:
2026-03-20 11:32:46 +09:00
parent bb07396abf
commit b553310dc1

View File

@@ -1,4 +0,0 @@
<?php
// 웹 브라우저에서 실행해서 결과 확인
$f = @fsockopen("192.168.10.243", 6379, $e, $s, 5);
echo $f ? "Web: ✅ Redis Connection Success" : "Web: ❌ Redis Connection Failed ($s)";