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
| name \<CRDB_name\>| string | Name of the Active-Active database (required) |
51
-
| memory-size \<maximum_memory\>| size in bytes, kilobytes (KB), or gigabytes (GB) | Maximum database memory (required) |
52
-
| instance<br/> fqdn=\<cluster_fqdn\>,<br/> username=\<username\>,<br/> password=\<password\>| strings | The connection information for the participating clusters (required for each participating cluster) |
54
+
| memory-size \<maximum_memory\>| size in bytes, megabytes (MB), or gigabytes (GB) | Maximum database memory (required) |
55
+
| instance fqdn=\<cluster_fqdn\>,username=\<username\>,password=\<password\>,url=\<url\>,replication_endpoint=\<endpoint\>,replication_tls_sni=\<sni\>| strings | The connection information for the participating clusters (required for each participating cluster)<br/><br/>**Required:**<br/>• `fqdn` - Cluster fully qualified domain name<br/>• `username` - Cluster username<br/>• `password` - Cluster password<br/><br/>**Optional:**<br/>• `url` - Cluster access URL<br/>• `replication_endpoint` - Address for peer replication<br/>• `replication_tls_sni` - Cluster SNI for TLS connections|
53
56
| port \<port_number\>| integer | TCP port for the Active-Active database on all participating clusters |
| default-db-config-file \<filename\>| filepath | Default database configuration options from a file |
56
-
| no-wait || Prevents `crdb-cli` from running another command before this command finishes |
59
+
|wait|| Prevents `crdb-cli` from running another command before this command finishes |
60
+
| no-wait ||`crdb-cli` can run another command before this command finishes |
57
61
| compression | 0-6 | The level of data compression: <br /><br > 0 = No compression <br /><br > 6 = High compression and resource load (Default: 3) |
58
-
| causal-consistency |true<br/>false (*default*) | [Causal consistency]({{< relref "/operate/rs/databases/active-active/causal-consistency.md">}}) applies updates to all instances in the order they were received |
62
+
| causal-consistency |true<br/>false (default: false) | [Causal consistency]({{< relref "/operate/rs/databases/active-active/causal-consistency.md">}}) applies updates to all instances in the order they were received |
59
63
| password \<password\>| string | Password for access to the database |
60
64
| replication |true<br/>false (*default*) | Activates or deactivates [database replication]({{< relref "/operate/rs/databases/durability-ha/replication.md">}}) where every master shard replicates to a replica shard |
61
65
| encryption |true<br/>false (*default*) | Activates or deactivates encryption |
62
66
| sharding |true<br/>false (*default*) | Activates or deactivates sharding (also known as [database clustering]({{< relref "/operate/rs/databases/durability-ha/replication.md">}})). Cannot be updated after the database is created |
63
67
| shards-count \<number_of_shards\>| integer | If sharding is enabled, this specifies the number of Redis shards for each database instance |
| oss-sharding | true<br/>false | Use the OSS sharding policy instead of regex rules |
65
70
| shard-key-regex \<regex_rule\>| string | If clustering is enabled, this defines a regex rule (also known as a [hashing policy]({{< relref "/operate/rs/databases/durability-ha/clustering#custom-hashing-policy">}})) that determines which keys are located in each shard (defaults to `{u'regex': u'.*\\{(?<tag>.*)\\}.*'}, {u'regex': u'(?<tag>.*)'} `) |
66
71
| bigstore |true<br/><br/>false (*default*) | If true, the database uses Auto Tiering to add flash memory to the database |
67
-
| bigstore-ram-size \<size\>| size in bytes, kilobytes (KB), or gigabytes (GB) | Maximum RAM limit for databases with Auto Tiering enabled |
68
-
| with-module<br/> name=\<module_name\>,<br/> version=\<module_version\>,<br/> args=\<module_args\>| strings | Creates a database with a specific module |
72
+
| bigstore-ram-size \<size\>| size in bytes, megabytes (MB), or gigabytes (GB) | Maximum RAM limit for databases with Auto Tiering enabled |
73
+
| with-modulename=\<module_name\>,version=\<module_version\>,args=\<module_args\>| strings | Creates a database with a specific module |
0 commit comments