@ -1,5 +1,8 @@
#!/bin/sh
# Set default storage type to Redis unless specified otherwise
STORAGE_TYPE=${STORAGE_TYPE:-redis}
# Conditional installations based on STORAGE_TYPE
case "${STORAGE_TYPE}" in
"redis")