Skip to content

Instantly share code, notes, and snippets.

@zmx
Created May 28, 2025 05:32
Show Gist options
  • Save zmx/b7f2b48f851ad39eacdbebaed27e7b2b to your computer and use it in GitHub Desktop.
Save zmx/b7f2b48f851ad39eacdbebaed27e7b2b to your computer and use it in GitHub Desktop.
ping redis in k8s
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