Skip to content

Instantly share code, notes, and snippets.

@itayw
Created March 24, 2019 07:51
Show Gist options
  • Save itayw/bda746f6b5ff5f69d10c515cf1d5452c to your computer and use it in GitHub Desktop.
Save itayw/bda746f6b5ff5f69d10c515cf1d5452c to your computer and use it in GitHub Desktop.
#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