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
| default_provisioned_redis_version | string | Default Redis version |
31
31
| default_sharded_proxy_policy |`single`<br /><br />`all-master-shards`<br /><br />`all-nodes`| Default proxy_policy for newly created sharded databases' endpoints |
32
32
| default_shards_placement |`dense`<br />`sparse`| Default shards_placement for a newly created databases |
33
+
| diskless_repl |`yes`<br />`no` (default: `yes`) | If `yes`, enables the default Redis diskless replication mechanism |
33
34
| endpoint_rebind_propagation_grace_time | integer | Time to wait between the addition and removal of a proxy |
35
+
| evict_node_use_free_memory | boolean | When evicting a node, use the free memory instead of the provisional memory to check if the shards from the old node fit on the new one |
34
36
| expose_hostnames_for_all_suffixes | boolean (default: false) | If true, enables exposing hostnames for non-default DNS suffixes |
35
37
| failure_detection_sensitivity |`high`<br />`low`| Predefined thresholds and timeouts for failure detection (previously known as <spanclass="break-all">`watchdog_profile`</span>)<br />• `high` (previously `local-network`) – high failure detection sensitivity, lower thresholds, faster failure detection and failover<br />• `low` (previously `cloud`) – low failure detection sensitivity, higher tolerance for latency variance (also called network jitter) |
36
38
| hide_user_data_from_log | boolean (default: false) | Set to `true` to enable the `hide-user-data-from-log` Redis configuration setting, which avoids logging user data |
37
39
| login_lockout_counter_reset_after | integer | Number of seconds that must elapse between failed sign in attempts before the lockout counter is reset to 0. |
38
40
| login_lockout_duration | integer | Duration (in secs) of account lockout. If set to 0, the account lockout will persist until released by an admin. |
39
41
| login_lockout_threshold | integer | Number of failed sign in attempts allowed before locking a user account |
42
+
| master_healthcheck_api_auth | boolean (default: true) | Defines if authentication is required by the local `master_healthcheck` API |
43
+
| max_redis_forks | integer (default: 0) | Maximum number of background processes forked from shards that can exist on the node at any given time. 0 means unlimited. |
40
44
| max_saved_events_per_type | integer | Maximum saved events per event type |
45
+
| max_slave_full_syncs | integer (default: 0) | Maximum number of simultaneous replica full syncs that can run at any given time. 0 means unlimited. |
41
46
| max_simultaneous_backups | integer (default: 4) | Maximum number of backup processes allowed at the same time |
47
+
| oss_cluster_api_preferred_endpoint_type |`ip`<br />`hostname` (default: ip) | Determines the default endpoint type in the OSS Cluster API for new endpoints |
48
+
| oss_cluster_api_preferred_ip_type |`internal`<br />`external` (default: internal) | Determines the default IP type in the OSS Cluster API for new endpoints |
42
49
| parallel_shards_upgrade | integer | Maximum number of shards to upgrade in parallel |
50
+
| persistence_cleanup_grace_time | integer | Time in seconds before an unmodified file is considered to be stale and to be removed by persistence cleanup |
43
51
| persistence_cleanup_scan_interval | string |[CRON expression](https://en.wikipedia.org/wiki/Cron#CRON_expression) that defines the Redis cleanup schedule |
44
52
| persistent_node_removal | boolean | When removing a node, wait for persistence files to be created for all migrated shards |
45
53
| rack_aware | boolean | Cluster operates in a rack-aware mode |
| resp3_default | boolean (default: true) | Determines the default value of the `resp3` option upon upgrading a database to version 7.2 |
52
60
| shards_overbooking | boolean | If true, all databases' memory_size is ignored during shards placement |
53
61
| show_internals | boolean | Show internal databases (and their shards and endpoints) REST APIs |
62
+
| show_metrics_during_state_machine | boolean | Show metrics during state machine operations |
54
63
| slave_ha | boolean | Enable the replica high-availability mechanism. Deprecated as of Redis Enterprise Software v7.2.4. |
55
64
| slave_ha_bdb_cooldown_period | integer | Time in seconds between runs of the replica high-availability mechanism on different nodes on the same database |
56
65
| slave_ha_cooldown_period | integer | Time in seconds between runs of the replica high-availability mechanism on different nodes on the same database |
57
66
| slave_ha_grace_period | integer | Time in seconds between a node failure and when the replica high-availability mechanism starts relocating shards |
67
+
| slow_log_max_len | integer (default: 1024) | Set max slow log entries in debug info |
| default_provisioned_redis_version | string | Default Redis version |
32
32
| default_sharded_proxy_policy |`single`<br /><br />`all-master-shards`<br /><br />`all-nodes`| Default proxy_policy for newly created sharded databases' endpoints |
33
33
| default_shards_placement |`dense`<br />`sparse`| Default shards_placement for a newly created databases |
34
+
| default_recovery_wait_time | integer (default: -1) | The default time for new databases to wait for the persistence file to be available during automatic recovery. -1 means wait forever. |
34
35
| default_tracking_table_max_keys_policy | integer (default: 1000000) | Defines the default value of the client-side caching invalidation table size for new databases. 0 makes the cache unlimited. |
36
+
| diskless_repl |`yes`<br />`no` (default: yes) | If `yes`, enable default Redis diskless replication mechanism (deprecated; use `repl_diskless` instead) |
35
37
| endpoint_rebind_propagation_grace_time | integer | Time to wait between the addition and removal of a proxy |
38
+
| evict_node_use_free_memory | boolean | When evicting a node, use the free memory instead of the provisional memory to check if the shards from the old node fit on the new one |
36
39
| expose_hostnames_for_all_suffixes | boolean (default: false) | If true, enables exposing hostnames for non-default DNS suffixes |
37
40
| failure_detection_sensitivity |`high`<br />`low`| Predefined thresholds and timeouts for failure detection (previously known as <spanclass="break-all">`watchdog_profile`</span>)<br />• `high` (previously `local-network`) – high failure detection sensitivity, lower thresholds, faster failure detection and failover<br />• `low` (previously `cloud`) – low failure detection sensitivity, higher tolerance for latency variance (also called network jitter) |
38
41
| hide_user_data_from_log | boolean (default: false) | Set to `true` to enable the `hide-user-data-from-log` Redis configuration setting, which avoids logging user data |
39
42
| login_lockout_counter_reset_after | integer | Number of seconds that must elapse between failed sign in attempts before the lockout counter is reset to 0. |
40
43
| login_lockout_duration | integer | Duration (in secs) of account lockout. If set to 0, the account lockout will persist until released by an admin. |
41
44
| login_lockout_threshold | integer | Number of failed sign in attempts allowed before locking a user account |
45
+
| master_healthcheck_api_auth | boolean (default: true) | Defines if authentication is required by the local `master_healthcheck` API |
46
+
| max_redis_forks | integer (default: 0) | Maximum number of background processes forked from shards that can exist on the node at any given time. 0 means unlimited. |
42
47
| max_saved_events_per_type | integer | Maximum saved events per event type |
48
+
| max_slave_full_syncs | integer (default: 0) | Maximum number of simultaneous replica full syncs that can run at any given time. 0 means unlimited. |
43
49
| max_simultaneous_backups | integer (default: 4) | Maximum number of backup processes allowed at the same time |
44
50
| metrics_exporter_expose_bdb_name | boolean (default: false) | If true, adds a label with the database name to relevant metrics |
51
+
| oss_cluster_api_preferred_endpoint_type |`ip`<br />`hostname` (default: ip) | Determines the default endpoint type in the OSS Cluster API for new endpoints |
52
+
| oss_cluster_api_preferred_ip_type |`internal`<br />`external` (default: internal) | Determines the default IP type in the OSS Cluster API for new endpoints |
45
53
| parallel_shards_upgrade | integer | Maximum number of shards to upgrade in parallel |
54
+
| persistence_cleanup_grace_time | integer | Time in seconds before an unmodified file is considered to be stale and to be removed by persistence cleanup |
46
55
| persistence_cleanup_scan_interval | string |[CRON expression](https://en.wikipedia.org/wiki/Cron#CRON_expression) that defines the Redis cleanup schedule |
47
56
| persistent_node_removal | boolean | When removing a node, wait for persistence files to be created for all migrated shards |
48
57
| rack_aware | boolean | Cluster operates in a rack-aware mode |
| redis_provision_node_threshold | integer | Minimum free memory (excluding reserved memory) allowed on a node before new shards can no longer be added to it |
52
61
| redis_provision_node_threshold_p | integer | Minimum free memory (excluding reserved memory) allowed on a node before new shards can no longer be added to it |
53
62
| redis_upgrade_policy |**`major`** <br />`latest`| Create/upgrade Redis Enterprise software on databases in the cluster by compatibility with major versions or latest versions of Redis Open Source |
63
+
| repl_diskless | boolean (default: true) | If true, enables the default Redis diskless replication mechanism |
54
64
| resp3_default | boolean (default: true) | Determines the default value of the `resp3` option upon upgrading a database to version 7.2 |
55
65
| shards_overbooking | boolean | If true, all databases' memory_size is ignored during shards placement |
56
66
| show_internals | boolean | Show internal databases (and their shards and endpoints) REST APIs |
67
+
| show_metrics_during_state_machine | boolean | Show metrics during state machine operations |
57
68
| slave_ha | boolean | Enable the replica high-availability mechanism. Deprecated as of Redis Enterprise Software v7.2.4. |
58
69
| slave_ha_bdb_cooldown_period | integer | Time in seconds between runs of the replica high-availability mechanism on different nodes on the same database |
59
70
| slave_ha_cooldown_period | integer | Time in seconds between runs of the replica high-availability mechanism on different nodes on the same database |
60
71
| slave_ha_grace_period | integer | Time in seconds between a node failure and when the replica high-availability mechanism starts relocating shards |
72
+
| slow_log_max_len | integer (default: 1024) | Set max slow log entries in debug info |
73
+
| use_librdb | boolean | If true, new databases use the new RDB parser instead of the old one |
74
+
| witness_disk_update_frequency_divisor | integer (default: 3) | Redis Enterprise Software updates the witness disk every `node_max_update_time / witness_disk_update_frequency_divisor` seconds |
| default_oss_sharding | boolean (default: false) | Default hashing policy to use for new databases. This field is for future use only and should not be changed. |
31
31
| default_oss_cluster | boolean (default: false) | Default `oss_cluster` setting for new databases. Enables the OSS Cluster API if `true`, or turns it off if `false`. |
32
32
| default_provisioned_redis_version | string | Default Redis version |
33
+
| default_recovery_wait_time | integer (default: -1) | The default time for new databases to wait for the persistence file to be available during automatic recovery. -1 means wait forever. |
33
34
| default_sharded_proxy_policy |`single`<br /><br />`all-master-shards`<br /><br />`all-nodes`| Default proxy_policy for newly created sharded databases' endpoints |
34
35
| default_shards_placement |`dense`<br />`sparse`| Default shards_placement for a newly created databases |
35
36
| default_tracking_table_max_keys_policy | integer (default: 1000000) | Defines the default value of the client-side caching invalidation table size for new databases. 0 makes the cache unlimited. |
37
+
| diskless_repl |`yes`<br />`no` (default: yes) | If `yes`, enable default Redis diskless replication mechanism (deprecated; use `repl_diskless` instead) |
36
38
| endpoint_rebind_propagation_grace_time | integer | Time to wait between the addition and removal of a proxy |
39
+
| evict_node_use_free_memory | boolean | When evicting a node, use the free memory instead of the provisional memory to check if the shards from the old node fit on the new one |
37
40
| expose_hostnames_for_all_suffixes | boolean (default: false) | If true, enables exposing hostnames for non-default DNS suffixes |
38
41
| failure_detection_sensitivity |`high`<br />`low`| Predefined thresholds and timeouts for failure detection (previously known as <spanclass="break-all">`watchdog_profile`</span>)<br />• `high` (previously `local-network`) – high failure detection sensitivity, lower thresholds, faster failure detection and failover<br />• `low` (previously `cloud`) – low failure detection sensitivity, higher tolerance for latency variance (also called network jitter) |
39
42
| hide_user_data_from_log | boolean (default: false) | Set to `true` to enable the `hide-user-data-from-log` Redis configuration setting, which avoids logging user data |
40
43
| login_lockout_counter_reset_after | integer | Number of seconds that must elapse between failed sign in attempts before the lockout counter is reset to 0. |
41
44
| login_lockout_duration | integer | Duration (in secs) of account lockout. If set to 0, the account lockout will persist until released by an admin. |
42
45
| login_lockout_threshold | integer | Number of failed sign in attempts allowed before locking a user account |
46
+
| master_healthcheck_api_auth | boolean (default: true) | Defines if authentication is required by the local `master_healthcheck` API |
43
47
| max_redis_forks | integer (default: 0) | Maximum number of background processes forked from shards that can exist on the node at any given time. 0 means unlimited. |
44
48
| max_saved_events_per_type | integer | Maximum saved events per event type |
45
49
| max_simultaneous_backups | integer (default: 4) | Maximum number of backup processes allowed at the same time |
46
50
| metrics_exporter_expose_bdb_name | boolean (default: false) | If true, adds a label with the database name to relevant metrics |
47
51
| parallel_shards_upgrade | integer | Maximum number of shards to upgrade in parallel |
48
52
| max_slave_full_syncs | integer (default: 0) | Maximum number of simultaneous replica full syncs that can run at any given time. 0 means unlimited. |
53
+
| oss_cluster_api_preferred_endpoint_type |`ip`<br />`hostname` (default: ip) | Determines the default endpoint type in the OSS Cluster API for new endpoints |
54
+
| oss_cluster_api_preferred_ip_type |`internal`<br />`external` (default: internal) | Determines the default IP type in the OSS Cluster API for new endpoints |
55
+
| persistence_cleanup_grace_time | integer | Time in seconds before an unmodified file is considered to be stale and to be removed by persistence cleanup |
49
56
| persistence_cleanup_scan_interval | string |[CRON expression](https://en.wikipedia.org/wiki/Cron#CRON_expression) that defines the Redis cleanup schedule |
50
57
| persistent_node_removal | boolean | When removing a node, wait for persistence files to be created for all migrated shards |
51
58
| rack_aware | boolean | Cluster operates in a rack-aware mode |
| redis_provision_node_threshold | integer | Minimum free memory (excluding reserved memory) allowed on a node before new shards can no longer be added to it |
55
62
| redis_provision_node_threshold_p | integer | Minimum free memory (excluding reserved memory) allowed on a node before new shards can no longer be added to it |
56
63
| redis_upgrade_policy |**`major`** <br />`latest`| Create/upgrade Redis Enterprise software on databases in the cluster by compatibility with major versions or latest versions of Redis Open Source |
64
+
| repl_diskless | boolean (default: true) | If true, enables the default Redis diskless replication mechanism |
57
65
| resp3_default | boolean (default: true) | Determines the default value of the `resp3` option upon upgrading a database to version 7.2 |
58
66
| shards_overbooking | boolean | If true, all databases' memory_size is ignored during shards placement |
59
67
| show_internals | boolean | Show internal databases (and their shards and endpoints) REST APIs |
68
+
| show_metrics_during_state_machine | boolean | Show metrics during state machine operations |
60
69
| slave_ha | boolean | Enable the replica high-availability mechanism. Deprecated as of Redis Enterprise Software v7.2.4. |
61
70
| slave_ha_bdb_cooldown_period | integer | Time in seconds between runs of the replica high-availability mechanism on different nodes on the same database |
62
71
| slave_ha_cooldown_period | integer | Time in seconds between runs of the replica high-availability mechanism on different nodes on the same database |
63
72
| slave_ha_grace_period | integer | Time in seconds between a node failure and when the replica high-availability mechanism starts relocating shards |
73
+
| slow_log_max_len | integer (default: 1024) | Set max slow log entries in debug info |
74
+
| use_librdb | boolean | If true, new databases use the new RDB parser instead of the old one |
75
+
| witness_disk_update_frequency_divisor | integer (default: 3) | Redis Enterprise Software updates the witness disk every `node_max_update_time / witness_disk_update_frequency_divisor` seconds |
0 commit comments