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
| acl_pubsub_default |`resetchannels`<br /> `allchannels`| Default pub/sub ACL rule for all databases in the cluster:<br />•`resetchannels` blocks access to all channels (restrictive)<br />•`allchannels` allows access to all channels (permissive) |
19
-
| auto_recovery | boolean (default: false) | Defines whether to use automatic recovery after shard failure |
20
-
| automatic_node_offload | boolean (default: true) | Defines whether the cluster will automatically migrate shards from a node, in case the node is overbooked |
21
-
| bigstore_migrate_node_threshold | integer | Minimum free memory (excluding reserved memory) allowed on a node before automatic migration of shards from it to free more memory |
22
-
| bigstore_migrate_node_threshold_p | integer | Minimum free memory (excluding reserved memory) allowed on a node before automatic migration of shards from it to free more memory |
23
-
| bigstore_provision_node_threshold | integer | Minimum free memory (excluding reserved memory) allowed on a node before new shards can no longer be added to it |
24
-
| bigstore_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 |
19
+
| auto_recovery | boolean (default:false) | Defines whether to use automatic recovery after shard failure |
20
+
| automatic_node_offload | boolean (default:true) | Defines whether the cluster will automatically migrate shards from a node, in case the node is overbooked |
21
+
|<spanclass="break-all">bigstore_migrate_node_threshold</span>| integer | Minimum free memory (excluding reserved memory) allowed on a node before automatic migration of shards from it to free more memory |
22
+
|<spanclass="break-all">bigstore_migrate_node_threshold_p</span>| integer | Minimum free memory (excluding reserved memory) allowed on a node before automatic migration of shards from it to free more memory |
23
+
|<spanclass="break-all">bigstore_provision_node_threshold</span>| integer | Minimum free memory (excluding reserved memory) allowed on a node before new shards can no longer be added to it |
24
+
|<spanclass="break-all">bigstore_provision_node_threshold_p</span>| integer | Minimum free memory (excluding reserved memory) allowed on a node before new shards can no longer be added to it |
25
25
| data_internode_encryption | boolean | Enable/deactivate encryption of the data plane internode communication |
26
26
| db_conns_auditing | boolean |[Audit connections]({{< relref "/operate/rs/7.4/security/audit-events" >}}) for new databases by default if set to true. |
27
-
| default_concurrent_restore_actions | integer | Default number of restore actions allowed at the same time. Set to 0 to allow any number of simultaneous restore actions. |
27
+
|<spanclass="break-all">default_concurrent_restore_actions</span>| integer | Default number of restore actions allowed at the same time. Set to 0 to allow any number of simultaneous restore actions. |
28
28
| default_fork_evict_ram | boolean | If true, the bdbs should evict data from RAM to ensure successful replication or persistence |
29
-
| default_non_sharded_proxy_policy |`single`<br /><br />`all-master-shards`</nobr><br /><br />`all-nodes`| Default proxy_policy for newly created non-sharded databases' endpoints |
30
-
| default_provisioned_redis_version | string | Default Redis version |
31
-
| default_sharded_proxy_policy |`single`<br /><br />`all-master-shards`<br /><br />`all-nodes`| Default proxy_policy for newly created sharded databases' endpoints |
29
+
|<spanclass="break-all">default_non_sharded_proxy_policy</span>|`single`<br /><br />`all-master-shards`<br /><br />`all-nodes`| Default proxy_policy for newly created non-sharded databases' endpoints |
30
+
|<spanclass="break-all">default_provisioned_redis_version</span>| string | Default Redis version |
31
+
|<spanclass="break-all">default_sharded_proxy_policy</span>|`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
33
| diskless_repl |`yes`<br />`no` (default: `yes`) | If `yes`, enables the default Redis diskless replication mechanism |
34
-
| endpoint_rebind_propagation_grace_time | integer | Time to wait between the addition and removal of a proxy |
34
+
|<spanclass="break-all">endpoint_rebind_propagation_grace_time</span>| integer | Time to wait between the addition and removal of a proxy |
35
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 |
36
-
| expose_hostnames_for_all_suffixes | boolean (default: false) | If true, enables exposing hostnames for non-default DNS suffixes |
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) |
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 |
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. |
36
+
|<spanclass="break-all">expose_hostnames_for_all_suffixes</span>| boolean (default: false) | If true, enables exposing hostnames for non-default DNS suffixes |
37
+
|<spanclass="break-all">failure_detection_sensitivity</span>|`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
+
| hide_user_data_from_log | boolean (default: false) | Set to `true` to enable the <spanclass="break-all">`hide-user-data-from-log`</span> Redis configuration setting, which avoids logging user data |
39
+
|<spanclass="break-all">login_lockout_counter_reset_after</span>| integer | Number of seconds that must elapse between failed sign in attempts before the lockout counter is reset to 0. |
40
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. |
41
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 |
42
+
|<spanclass="break-all">master_healthcheck_api_auth</span>| boolean (default: true) | Defines if authentication is required by the local `master_healthcheck` API |
43
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. |
44
44
| max_saved_events_per_type | integer | Maximum saved events per event type |
45
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. |
46
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 |
47
+
|<spanclass="break-all">oss_cluster_api_preferred_endpoint_type</span>|`ip`<br />`hostname` (default: ip) | Determines the default endpoint type in the OSS Cluster API for new endpoints |
48
+
|<spanclass="break-all">oss_cluster_api_preferred_ip_type</span>|`internal`<br />`external` (default: internal) | Determines the default IP type in the OSS Cluster API for new endpoints |
49
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 |
51
-
| persistence_cleanup_scan_interval | string |[CRON expression](https://en.wikipedia.org/wiki/Cron#CRON_expression) that defines the Redis cleanup schedule |
50
+
|<spanclass="break-all">persistence_cleanup_grace_time</span>| integer | Time in seconds before an unmodified file is considered to be stale and to be removed by persistence cleanup |
51
+
|<spanclass="break-all">persistence_cleanup_scan_interval</span>| string |[CRON expression](https://en.wikipedia.org/wiki/Cron#CRON_expression) that defines the Redis cleanup schedule |
52
52
| persistent_node_removal | boolean | When removing a node, wait for persistence files to be created for all migrated shards |
53
53
| rack_aware | boolean | Cluster operates in a rack-aware mode |
54
-
| redis_migrate_node_threshold | integer | Minimum free memory (excluding reserved memory) allowed on a node before automatic migration of shards from it to free more memory |
55
-
| redis_migrate_node_threshold_p | integer | Minimum free memory (excluding reserved memory) allowed on a node before automatic migration of shards from it to free more memory |
56
-
| 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 |
57
-
| 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 |
54
+
|<spanclass="break-all">redis_migrate_node_threshold</span>| integer | Minimum free memory (excluding reserved memory) allowed on a node before automatic migration of shards from it to free more memory |
55
+
|<spanclass="break-all">redis_migrate_node_threshold_p</span>| integer | Minimum free memory (excluding reserved memory) allowed on a node before automatic migration of shards from it to free more memory |
56
+
|<spanclass="break-all">redis_provision_node_threshold</span>| integer | Minimum free memory (excluding reserved memory) allowed on a node before new shards can no longer be added to it |
57
+
|<spanclass="break-all">redis_provision_node_threshold_p</span>| integer | Minimum free memory (excluding reserved memory) allowed on a node before new shards can no longer be added to it |
58
58
| 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 |
59
-
| resp3_default | boolean (default: true) | Determines the default value of the `resp3` option upon upgrading a database to version 7.2 |
59
+
| resp3_default | boolean (default:true) | Determines the default value of the `resp3` option upon upgrading a database to version 7.2 |
60
60
| shards_overbooking | boolean | If true, all databases' memory_size is ignored during shards placement |
61
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 |
62
+
|<spanclass="break-all">show_metrics_during_state_machine</span>| boolean | Show metrics during state machine operations |
63
63
| slave_ha | boolean | Enable the replica high-availability mechanism. Deprecated as of Redis Enterprise Software v7.2.4. |
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 |
64
+
|<spanclass="break-all">slave_ha_bdb_cooldown_period</span>| integer | Time in seconds between runs of the replica high-availability mechanism on different nodes on the same database |
65
65
| slave_ha_cooldown_period | integer | Time in seconds between runs of the replica high-availability mechanism on different nodes on the same database |
66
66
| slave_ha_grace_period | integer | Time in seconds between a node failure and when the replica high-availability mechanism starts relocating shards |
67
67
| slow_log_max_len | integer (default: 1024) | Set max slow log entries in debug info |
0 commit comments