# Redis ## Create Project ```sh # Create Project helios project add redis --repo https://github.com/bmallen-xs/Helios-Services --ref main --path redis # Clone / Pull helios project pull redis ``` ## Run ```sh helios project up redis ```