Skip to content

Commit c9c6210

Browse files
committed
DOC-4969 RS: Updated API docs with 7.12.0 changes
1 parent a58579e commit c9c6210

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

content/operate/rs/references/rest-api/objects/bdb/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ An API object that represents a managed database in the cluster.
4141
| bigstore | boolean (default: false); Database bigstore option |
4242
| bigstore_ram_size | integer (default: 0); Memory size of bigstore RAM part. |
4343
| bigstore_ram_weights | {{<code>}}[{<br /> "shard_uid": integer,<br /> "weight": number<br />}, ...]{{</code>}} List of shard UIDs and their bigstore RAM weights;<br /> **shard_uid**: Shard UID;<br /> **weight**: Relative weight of RAM distribution |
44+
| bigstore_version | The database's `bigstore_version`:<br />• `1` for Auto Tiering (Redis on Flash version 1). Default version.<br/>• `2` for Redis Flex (Redis on Flash version 2) on databases that support it. Can only be used with the `speedb` driver. |
4445
| client_cert_subject_validation_type | Enables additional certificate validations that further limit connections to clients with valid certificates during TLS client authentication.<br />Values:<br />**disabled**: Authenticates clients with valid certificates. No additional validations are enforced.<br />**san_cn**: A client certificate is valid only if its Common Name (CN) matches an entry in the list of valid subjects. Ignores other Subject attributes.<br />**full_subject**: A client certificate is valid only if its Subject attributes match an entry in the list of valid subjects. |
4546
| conns | integer (default&nbsp;5); Number of internal proxy connections |
4647
| conns_type | Connections limit type<br />Values:<br />**‘per-thread’**<br />‘per-shard’ |
@@ -98,6 +99,7 @@ An API object that represents a managed database in the cluster.
9899
| max_client_pipeline | integer (default:&nbsp;200); Maximum number of pipelined commands per connection. Maximum value is 2047. |
99100
| max_connections | integer (default:&nbsp;0); Maximum number of client connections allowed (0 unlimited) |
100101
| max_pipelined | integer (default:&nbsp;2000); Determines the maximum number of commands in the proxy’s pipeline per shard connection. |
102+
| maxclients | integer (default: 10000); The maximum number of connected clients at the same time. By default the limit is 10000 clients. |
101103
| master_persistence | boolean (default:&nbsp;false); If true, persists the primary shard in addition to replica shards in a replicated and persistent database. |
102104
| memory_size | integer (default:&nbsp;0); Database memory limit (0 is unlimited), expressed in bytes. |
103105
| metrics_export_all | boolean; Enable/disable exposing all shard metrics through the metrics exporter |

content/operate/rs/references/rest-api/objects/cluster_settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Cluster resources management policy
2323
| 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 |
2424
| data_internode_encryption | boolean | Enable/deactivate encryption of the data plane internode communication |
2525
| db_conns_auditing | boolean | [Audit connections]({{< relref "/operate/rs/security/audit-events" >}}) for new databases by default if set to true. |
26+
| default_bigstore_version | **`1`**<br />`2` | Determines the default value of new databases' `bigstore_version`:<br />• `1` for Auto Tiering (Redis on Flash version 1). Default version.<br/>• `2` for Redis Flex (Redis on Flash version 2) on databases that support it. Can only be used with the `speedb` driver. |
2627
| 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. |
2728
| default_fork_evict_ram | boolean | If true, the bdbs should evict data from RAM to ensure successful replication or persistence |
2829
| 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 |

0 commit comments

Comments
 (0)