REDIS CLUSTER AUTOMATION PROCESSING BASH SCRIPTS 1. Make the script executable: For MacOS Intel Chipset: chmod +x MACOS_intel_setup_redis_cluster.sh For Linux System chmod +x LINUX_setup_redis_cluster.sh 2. Run the scipt with sudo: For MacOS Intel Chipset: ./MACOS_intel_setup_redis_cluster.sh For Linux System sudo ./LINUX_setup_redis_cluster.sh