redis/13.1.2
You can find the source of this version on GitHub at cloudfoundry-community/redis-boshrelease. It was created based on the commit dfa32e6
.
Release Notes¶
New properties
redis_save_intervals
is an array of save intervals [thanks @claudio-benfatto via #29]
Deployment
releases:
- name: redis
version: 13.1.2
url: https://github.com/cloudfoundry-community/redis-boshrelease/releases/download/v13.1.2/redis-13.1.2.tgz
sha1: 80fa3c7bce696abfc2082d51e70fb159f4d4a802
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "redis" version: "13.1.2" url: "https://bosh.io/d/github.com/cloudfoundry-community/redis-boshrelease?v=13.1.2" sha1: "4510d0239d2760d10a58c27bd39f66708393bbf6"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 4510d0239d2760d10a58c27bd39f66708393bbf6 \ "https://bosh.io/d/github.com/cloudfoundry-community/redis-boshrelease?v=13.1.2"