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:
133
133
"scaleCeiling": 50,
134
134
"triggerType":"webhook"
135
135
}
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
136
157
----
You can’t perform that action at this time.
0 commit comments