Skip to content

Instantly share code, notes, and snippets.

View gist:42e8243b1a99ab67510cff62438af9fd
export $(cat .env | xargs)
kubectl get pods | grep Error | awk '{print $1}' | xargs kubectl delete pod
redis-cli DEL $(redis-cli KEYS "pattern:*")