Redis 5.0.7
runs on the default port 6379 and
doesn’t require any credentials.
Other Versions
If you need to install a different version or use a custom configuration, please see this script.
For example if you want to install 7.0.11, set that version as an environment variable in your project or add this in the Setup Commands:
export REDIS_VERSION=7.0.11
Next, add this command to your Setup Commands and the script will automatically be called at build time. Note, this script will automatically start the Redis service on the default port.
\curl -sSL https://raw.githubusercontent.com/codeship/scripts/master/packages/redis.sh | bash -s