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
| authentication_redis_pass | string | Redis AUTH password (deprecated as of Redis Enterprise v7.2, replaced with multiple passwords feature in version 6.0.X) |
|<spanclass="break-all">authentication_redis_pass</span>| string | Redis AUTH password (deprecated as of Redis Enterprise v7.2, replaced with multiple passwords feature in version 6.0.X) |
21
21
| bigstore | boolean | Database driver is Auto Tiering |
| enforce_client_authentication |**'enabled'** <br />'disabled' | Require authentication of client certificates for SSL connections to the database. If enabled, a certificate should be provided in either <spanclass="break-all">`authentication_ssl_client_certs`</span> or <spanclass="break-all">`authentication_ssl_crdt_certs`</span> |
24
+
|<spanclass="break-all">enforce_client_authentication</span>|**'enabled'** <br />'disabled' | Require authentication of client certificates for SSL connections to the database. If enabled, a certificate should be provided in either <spanclass="break-all">`authentication_ssl_client_certs`</span> or <spanclass="break-all">`authentication_ssl_crdt_certs`</span> |
25
25
| max_aof_file_size | integer | Hint for maximum AOF file size |
26
26
| max_aof_load_time | integer | Hint for maximum AOF reload time |
| module_list | array of module objects | List of modules to be loaded to all participating clusters of the Active-Active database<br />{{<code>}}[{<br /> "module_id": string,<br /> "module_args": string,<br /> "module_name": string,<br /> "semantic_version": string<br />}, ...]{{</code>}}<br />**module_id**: Module UID <br />**module_args**: Module command-line arguments (pattern does not allow special characters &,\<,>,")<br />**module_name**: Module's name<br />**semantic_version**: Module's semantic version<br /><br />As of Redis Enterprise Software v7.4.2, **module_id** and **semantic_version** are optional. |
| authentication_redis_pass | string | Redis AUTH password (deprecated as of Redis Enterprise v7.2, replaced with multiple passwords feature in version 6.0.X) |
|<spanclass="break-all">authentication_redis_pass</span>| string | Redis AUTH password (deprecated as of Redis Enterprise v7.2, replaced with multiple passwords feature in version 6.0.X) |
21
21
| bigstore | boolean (default: false) | Database driver is Auto Tiering |
| data_persistence | 'disabled'<br />'snapshot'<br />**'aof'**| Database on-disk persistence policy. For snapshot persistence, a [snapshot_policy]({{< relref "/operate/rs/7.8/references/rest-api/objects/bdb/snapshot_policy" >}}) must be provided |
24
-
| enforce_client_authentication |**'enabled'** <br />'disabled' | Require authentication of client certificates for SSL connections to the database. If enabled, a certificate should be provided in either <spanclass="break-all">`authentication_ssl_client_certs`</span> or <spanclass="break-all">`authentication_ssl_crdt_certs`</span> |
24
+
|<spanclass="break-all">enforce_client_authentication</span>|**'enabled'** <br />'disabled' | Require authentication of client certificates for SSL connections to the database. If enabled, a certificate should be provided in either <spanclass="break-all">`authentication_ssl_client_certs`</span> or <spanclass="break-all">`authentication_ssl_crdt_certs`</span> |
25
25
| max_aof_file_size | integer | Maximum AOF file size in bytes |
26
26
| max_aof_load_time | integer (default: 3600) | Maximum AOF reload time in seconds |
27
27
| memory_size | integer (default: 0) | Database memory size limit in bytes. 0 is unlimited. |
28
+
| module_list | array of module objects | List of modules to be loaded to all participating clusters of the Active-Active database<br />{{<code>}}[{<br /> "module_id": string,<br /> "module_args": string,<br /> "module_name": string,<br /> "semantic_version": string,<br />}, ...]{{</code>}}<br />**module_id**: Module UID (deprecated; use `module_name` instead)<br />**module_args**: Module command-line arguments (pattern does not allow special characters &,\<,>,")<br />**module_name**: Module's name<br />**semantic_version**: Module's semantic version (deprecated; use `module_args` instead)<br /><br />**module_id** and **semantic_version** are optional as of Redis Enterprise Software v7.4.2 and deprecated as of v7.8.2. |
| authentication_redis_pass | string | Redis AUTH password (deprecated as of Redis Enterprise v7.2, replaced with multiple passwords feature in version 6.0.X) |
|<spanclass="break-all">authentication_redis_pass</span>| string | Redis AUTH password (deprecated as of Redis Enterprise v7.2, replaced with multiple passwords feature in version 6.0.X) |
20
20
| bigstore | boolean (default: false) | Database driver is Auto Tiering |
| data_persistence | 'disabled'<br />'snapshot'<br />**'aof'**| Database on-disk persistence policy. For snapshot persistence, a [snapshot_policy]({{< relref "/operate/rs/references/rest-api/objects/bdb/snapshot_policy" >}}) must be provided |
23
-
| enforce_client_authentication |**'enabled'** <br />'disabled' | Require authentication of client certificates for SSL connections to the database. If enabled, a certificate should be provided in either <spanclass="break-all">`authentication_ssl_client_certs`</span> or <spanclass="break-all">`authentication_ssl_crdt_certs`</span> |
23
+
|<spanclass="break-all">enforce_client_authentication</span>|**'enabled'** <br />'disabled' | Require authentication of client certificates for SSL connections to the database. If enabled, a certificate should be provided in either <spanclass="break-all">`authentication_ssl_client_certs`</span> or <spanclass="break-all">`authentication_ssl_crdt_certs`</span> |
24
24
| max_aof_file_size | integer | Maximum AOF file size in bytes |
25
25
| max_aof_load_time | integer (default: 3600) | Maximum AOF reload time in seconds |
26
26
| memory_size | integer (default: 0) | Database memory size limit in bytes. 0 is unlimited. |
27
+
| module_list | array of module objects | List of modules to be loaded to all participating clusters of the Active-Active database<br />{{<code>}}[{<br /> "module_id": string,<br /> "module_args": string,<br /> "module_name": string,<br /> "semantic_version": string,<br />}, ...]{{</code>}}<br />**module_id**: Module UID (deprecated; use `module_name` instead)<br />**module_args**: Module command-line arguments (pattern does not allow special characters &,\<,>,")<br />**module_name**: Module's name<br />**semantic_version**: Module's semantic version (deprecated; use `module_args` instead)<br /><br />**module_id** and **semantic_version** are optional as of Redis Enterprise Software v7.4.2 and deprecated as of v7.8.2. |
0 commit comments