Redis deployment This repo was created to test the deployment of Redis on Minikube. Steps Instal Minikube: bash tools/setup-minikube.sh Setup Redis resources: bash scripts/setup-redis-resources.sh Execute Redis test: bash scripts/run-redis-test.sh