11## stackit valkey instance create
22
3- Creates a Valkey instance
3+ Creates a Key Value Store (valkey) instance
44
55### Synopsis
66
7- Creates a Valkey instance.
7+ Creates a Key Value Store (valkey) instance.
88
99```
1010stackit valkey instance create [flags]
@@ -13,13 +13,13 @@ stackit valkey instance create [flags]
1313### Examples
1414
1515```
16- Create a Valkey instance with name "my-instance" and specify plan by name and version
16+ Create a Key Value Store (valkey) instance with name "my-instance" and specify plan by name and version
1717 $ stackit valkey instance create --name my-instance --plan-name stackit-keyvalue-1.2.10-replica --version 8
1818
19- Create a Valkey instance with name "my-instance" and specify plan by ID
19+ Create a Key Value Store (valkey) instance with name "my-instance" and specify plan by ID
2020 $ stackit valkey instance create --name my-instance --plan-id xxx
2121
22- Create a Valkey instance with name "my-instance" and specify IP range which is allowed to access it
22+ Create a Key Value Store (valkey) instance with name "my-instance" and specify IP range which is allowed to access it
2323 $ stackit valkey instance create --name my-instance --plan-id xxx --acl 1.2.3.0/24
2424```
2525
@@ -39,7 +39,7 @@ stackit valkey instance create [flags]
3939 --plan-name string Plan name
4040 --repl-backlog-size string Replication backlog size (e.g. "1mb")
4141 --syslog strings Syslog
42- --version string Instance Valkey version
42+ --version string Instance Key Value Store (valkey) version
4343```
4444
4545### Options inherited from parent commands
@@ -55,5 +55,5 @@ stackit valkey instance create [flags]
5555
5656### SEE ALSO
5757
58- * [ stackit valkey instance] ( ./stackit_valkey_instance.md ) - Provides functionality for Valkey instances
58+ * [ stackit valkey instance] ( ./stackit_valkey_instance.md ) - Provides functionality for Key Value Store (valkey) instances
5959
0 commit comments