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: docs/resources/rediscloud_subscription_database.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ The following arguments are supported:
88
88
*`replica_of` - (Optional) Set of Redis database URIs, in the format `redis://user:password@host:port`, that this
89
89
database will be a replica of. If the URI provided is Redis Labs Cloud instance, only host and port should be provided.
90
90
Cannot be enabled when `support_oss_cluster_api` is enabled.
91
-
*`modules` - (Optional) A list of modules objects, documented below. **Modifying this attribute will force creation of a new resource.**
91
+
*`modules` - (Optional) A list of modules objects, documented below. **Don’t specify modules for DB versions 8 and above. All capabilities are bundled in the DB by default.**
92
92
*`alert` - (Optional) A block defining Redis database alert, documented below, can be specified multiple times
93
93
*`data_persistence` - (Optional) Rate of database's storage data persistence (either: 'none', 'aof-every-1-second', 'aof-every-write', 'snapshot-every-1-hour', 'snapshot-every-6-hours' or 'snapshot-every-12-hours'). Default: ‘none’
94
94
*`data_eviction` - (Optional) The data items eviction policy (either: 'allkeys-lru', 'allkeys-lfu', 'allkeys-random', 'volatile-lru', 'volatile-lfu', 'volatile-random', 'volatile-ttl' or 'noeviction'). Default: 'volatile-lru'
0 commit comments