You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+6-13Lines changed: 6 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -95,19 +95,6 @@ Rule to double the throughput for a Redis Cloud Database with ID `123456`:
95
95
}
96
96
----
97
97
98
-
Rule to halve the throughput for a Redis Cloud Database with ID `123456`:
99
-
[source,json]
100
-
----
101
-
{
102
-
"dbId": "123456",
103
-
"ruleType": "DecreaseThroughput",
104
-
"scaleType": "Exponential",
105
-
"scaleValue": 0.5,
106
-
"scaleFloor": 1000,
107
-
"triggerType":"webhook"
108
-
}
109
-
----
110
-
111
98
Rule to Scale Redis to 50gb at 7:00am every weekday:
112
99
[source,json]
113
100
----
@@ -135,6 +122,12 @@ Rule To Scale Redis up 3 GB:
135
122
}
136
123
----
137
124
125
+
== Limitations
126
+
127
+
* The Redis Cloud Autoscaler is currently only available for Redis Cloud Pro Subscriptions
128
+
* The Redis Cloud Autoscaler will only operate on Subscriptions with as single database
129
+
* The Redis Cloud Autoscaler will only scale a database down deterministically (`Deterministic` is the only valid setting for `DecreaseMemory` and `DecreaseThroughput`)
0 commit comments