View gist:42e8243b1a99ab67510cff62438af9fd
This file contains 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
export $(cat .env | xargs) | |
kubectl get pods | grep Error | awk '{print $1}' | xargs kubectl delete pod | |
redis-cli DEL $(redis-cli KEYS "pattern:*") |