Created
March 24, 2019 07:51
-
-
Save itayw/bda746f6b5ff5f69d10c515cf1d5452c to your computer and use it in GitHub Desktop.
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
#get redis secret | |
kubectl get secret echo-redis-ingest-secrets -o yaml | |
echo '...' | base64 --decode | |
#cli into redis | |
kubectl exec -it echo-redis-ingest-server-0 -c redis redis-cli -- -a '...' | |
llen echo:parsed:json | |
llen echo:bulk:json | |
#change redis save policy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment