Skip to content

Commit 7a93b12

Browse files
committed
update docs
1 parent 6fb799d commit 7a93b12

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/commands/redis.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ scw redis acl add [arg=value ...]
5454
| Name | | Description |
5555
|------|---|-------------|
5656
| cluster-id | Required | UUID of the cluster you want to add acl rules to |
57-
| acl-rules.{index}.ip | | IPv4 network address of the rule |
57+
| acl-rules.{index}.ip-cidr | | IPv4 network address of the rule |
5858
| acl-rules.{index}.description | | Description of the rule |
5959
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config |
6060

@@ -116,7 +116,7 @@ scw redis acl set [arg=value ...]
116116
| Name | | Description |
117117
|------|---|-------------|
118118
| cluster-id | Required | UUID of the cluster where the ACL rules has to be set |
119-
| acl-rules.{index}.ip | | IPv4 network address of the rule |
119+
| acl-rules.{index}.ip-cidr | | IPv4 network address of the rule |
120120
| acl-rules.{index}.description | | Description of the rule |
121121
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config |
122122

@@ -151,7 +151,7 @@ scw redis cluster create [arg=value ...]
151151
| user-name | Required | Name of the user created when the cluster is created |
152152
| password | Required | Password of the user |
153153
| cluster-size | | Number of nodes for the cluster |
154-
| acl-rules.{index}.ip | | IPv4 network address of the rule |
154+
| acl-rules.{index}.ip-cidr | | IPv4 network address of the rule |
155155
| acl-rules.{index}.description | | Description of the rule |
156156
| endpoints.{index}.private-network.id | | UUID of the private network to be connected to the cluster |
157157
| endpoints.{index}.private-network.service-ips.{index} | | Endpoint IPv4 adress with a CIDR notation. You must provide at least one IPv4 per node. Check documentation about IP and subnet limitation. |
@@ -262,8 +262,8 @@ scw redis cluster metrics <cluster-id ...> [arg=value ...]
262262
| Name | | Description |
263263
|------|---|-------------|
264264
| cluster-id | Required | UUID of the cluster |
265-
| start-date | | Start date to gather metrics from |
266-
| end-date | | End date to gather metrics from |
265+
| start-at | | Start date to gather metrics from |
266+
| end-at | | End date to gather metrics from |
267267
| metric-name | | Name of the metric to gather |
268268
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config |
269269

@@ -496,7 +496,7 @@ scw redis setting delete [arg=value ...]
496496
| Name | | Description |
497497
|------|---|-------------|
498498
| cluster-id | Required | UUID of the cluster where the settings has to be set |
499-
| settings-name | | Setting name to delete |
499+
| setting-name | Required | Setting name to delete |
500500
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config |
501501

502502

@@ -546,7 +546,7 @@ scw redis version list [arg=value ...]
546546
| include-disabled | | Whether or not to include disabled Redis™ engine versions |
547547
| include-beta | | Whether or not to include beta Redis™ engine versions |
548548
| include-deprecated | | Whether or not to include deprecated Redis™ engine versions |
549-
| version-name | | List Redis™ engine versions that match a given name pattern |
549+
| version | | List Redis™ engine versions that match a given name pattern |
550550
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `pl-waw-1` | Zone to target. If none is passed will use default zone from the config |
551551

552552

0 commit comments

Comments
 (0)