Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 758 Bytes

File metadata and controls

29 lines (22 loc) · 758 Bytes

Redis Cluster

Docker Install / Uninstall

cd ./redis-cluster/docker-compose
docker-compose -f docker-compose-redis-cluster.yml up
docker-compose -f docker-compose-redis-cluster.yml down
docker volume prune

Helm Install / Uninstall

cd ./redis-cluster/helm
helm upgrade redis-cluster redis-cluster-4.3.1.tgz -f redis-cluster.yaml -i --debug --wait --timeout 10m
helm uninstall redis-cluster
kubectl delete pvc,job -l "app.kubernetes.io/name=redis-cluster"