Created
May 28, 2025 05:32
-
-
Save zmx/b7f2b48f851ad39eacdbebaed27e7b2b to your computer and use it in GitHub Desktop.
ping redis in k8s
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exec 3<>/dev/tcp/redis-stack-service.tenant-redis-stack-service.svc.cluster.local/6379 && echo -e "PING\r\n" >&3 && head -c 12 <&3 | |
# +PONG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment