Skip to content

Commit f6cd6c0

Browse files
committed
adding to readme
1 parent 243487e commit f6cd6c0

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.adoc

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,6 @@ Rule to double the throughput for a Redis Cloud Database with ID `123456`:
9595
}
9696
----
9797

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-
11198
Rule to Scale Redis to 50gb at 7:00am every weekday:
11299
[source,json]
113100
----
@@ -135,6 +122,12 @@ Rule To Scale Redis up 3 GB:
135122
}
136123
----
137124

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`)
130+
138131
== Availability
139132

140133
=== Docker

0 commit comments

Comments
 (0)