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
@@ -323,6 +330,16 @@ The Active-Active database global configurations, contains the global properties
323
330
Whether this database supports RESP3 protocol. Note - Deleting this property after explicitly setting its value shall have no effect. Please view the corresponding field in RS doc for more info.<br/>
324
331
</td>
325
332
<td>false</td>
333
+
</tr><tr>
334
+
<td>rofRamRatio</td>
335
+
<td>integer</td>
336
+
<td>
337
+
RAM allocation ratio for Redis Flex (v2) databases as a percentage of total data size. Valid range 0-100. When omitted, RS uses the default value of 50%. Controls how much RAM is allocated per unit of data (e.g., 30% means 3MB RAM per 10MB data). RAM grows proportionally with data until rofRamSize limit is reached (if specified). Only applicable when isRof=true and Redis version >= 8.0 (BigStore v2 - Redis Flex).<br/>
338
+
<br/>
339
+
<i>Minimum</i>: 0<br/>
340
+
<i>Maximum</i>: 100<br/>
341
+
</td>
342
+
<td>false</td>
326
343
</tr><tr>
327
344
<td>rofRamSize</td>
328
345
<td>string</td>
@@ -422,7 +439,7 @@ Connection/ association to the Active-Active database.
Enables auditing of database connection and authentication events. When enabled, connection, authentication, and disconnection events are tracked and sent to the configured audit listener (configured at the cluster level). The cluster-level auditing configuration must be set before enabling this on a database.<br/>
0 commit comments