File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -133,4 +133,25 @@ Rule To Scale Redis up 3 GB:
133133 "scaleCeiling": 50,
134134 "triggerType":"webhook"
135135}
136+ ----
137+
138+ == Availability
139+
140+ === Docker
141+ The Redis Cloud Autoscaler is available as a Docker image, you can pull the image from GitHub's Docker registry:
142+
143+ [source,shell]
144+ ----
145+ docker pull ghcr.io/redis-field-engineering/redis-cloud-autoscaler:latest
146+ ----
147+
148+ === Jars
149+ You can also download the JAR file from the https://github.com/redis-field-engineering/redis-cloud-autoscaler/releases/latest[GitHub Releases Page]
150+
151+ === Source
152+ You can of course also build the whole thing from source by cloning this repo and running:
153+
154+ [source,shell]
155+ ----
156+ ./gradlew build
136157----
You can’t perform that action at this time.
0 commit comments