Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wb-16k-streams-poc: Auto generated #3209

Draft
wants to merge 5 commits into
base: rdi-preview-build
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/rdi/reference/cli/redis-di-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ Usage: redis-di configure [OPTIONS]

Password for unlocking an encrypted private key

- `rdi_site_name`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-site-name`

Site name to be used as a prefix for WB streams in active-active

- `help`:

- Type: BOOL
Expand Down Expand Up @@ -117,5 +125,7 @@ Options:
--rdi-cacert TEXT CA certificate file to verify with
--rdi-key-password TEXT Password for unlocking an encrypted private
key
--rdi-site-name TEXT Site name to be used as a prefix for WB
streams in active-active
--help Show this message and exit.
```
10 changes: 10 additions & 0 deletions content/rdi/reference/cli/redis-di-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ Usage: redis-di create [OPTIONS]

Include ReJSON in the RDI Database

- `rdi_site_name`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-site-name`

Site name to be used as a prefix for WB streams in active-active

- `help`:

- Type: BOOL
Expand Down Expand Up @@ -170,5 +178,7 @@ Options:
[x>=1]
--replication In-memory database replication
--redisgears-module TEXT RedisGears module file
--rdi-site-name TEXT Site name to be used as a prefix for WB
streams in active-active
--help Show this message and exit.
```
76 changes: 76 additions & 0 deletions content/rdi/reference/cli/redis-di-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,70 @@ Usage: redis-di deploy [OPTIONS]

Password for unlocking an encrypted private key

- `rdi_host_2`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-host-2`

Host/IP of RDI Database - 2nd RDI

- `rdi_port_2`:

- Type: <IntRange 1000<=x<=65535>
- Default: `none`
- Usage: `--rdi-port-2`

Port of RDI Database - 2nd RDI

- `rdi_user_2`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-user-2`

RDI Database Username - 2nd RDI

- `rdi_password_2`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-password-2`

RDI Database Password - 2nd RDI

- `rdi_key_2`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-key-2`

Private key file to authenticate with - 2nd RDI

- `rdi_cert_2`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-cert-2`

Client certificate file to authenticate with - 2nd RDI

- `rdi_cacert_2`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-cacert-2`

CA certificate file to verify with- 2nd RDI

- `rdi_key_password_2`:

- Type: STRING
- Default: `none`
- Usage: `--rdi-key-password-2`

Password for unlocking an encrypted private key - 2nd RDI

- `directory`:

- Type: STRING
Expand Down Expand Up @@ -125,6 +189,18 @@ Options:
--rdi-cacert TEXT CA certificate file to verify with
--rdi-key-password TEXT Password for unlocking an encrypted private
key
--rdi-host-2 TEXT Host/IP of RDI Database - 2nd RDI
--rdi-port-2 INTEGER RANGE Port of RDI Database - 2nd RDI
[1000<=x<=65535]
--rdi-user-2 TEXT RDI Database Username - 2nd RDI
--rdi-password-2 TEXT RDI Database Password - 2nd RDI
--rdi-key-2 TEXT Private key file to authenticate with - 2nd
RDI
--rdi-cert-2 TEXT Client certificate file to authenticate with
- 2nd RDI
--rdi-cacert-2 TEXT CA certificate file to verify with- 2nd RDI
--rdi-key-password-2 TEXT Password for unlocking an encrypted private
key - 2nd RDI
--dir TEXT Directory containing RDI configuration
[default: .]
--help Show this message and exit.
Expand Down
Loading