redis-di 删除
永久删除RDI数据库
用法
Usage: redis-di delete [OPTIONS]
选项
-
log_level
:- 类型: Choice(['DEBUG', 'INFO', 'WARN', 'ERROR', 'CRITICAL'])
- 默认值:
info
- 用法:
--log-level -l
-
cluster_host
(必填):- 类型: STRING
- 默认值:
none
- 用法:
--cluster-host
Redis Enterprise Cluster 的主机/IP(在 k8s 情况下为服务名称)
-
cluster_api_port
(必填):- 类型:
- 默认值:
9443
- 用法:
--cluster-api-port
Redis企业集群的API端口
- 类型:
-
cluster_user
(必填):- 类型: STRING
- 默认值:
none
- 用法:
--cluster-user
Redis Enterprise Cluster 用户名,具有 DB 成员、集群成员或集群管理员角色
-
cluster_password
:- 类型: 字符串
- 默认值:
none
- 用法:
--cluster-password
Redis 企业集群密码
-
rdi_host
(必填):- 类型: 字符串
- 默认值:
none
- 用法:
--rdi-host
RDI数据库的主机/IP
-
rdi_port
(必填):- 类型: <IntRange 1<=x<=65535>
- 默认值:
none
- 用法:
--rdi-port
RDI 数据库的端口
-
rdi_user
:- 类型: 字符串
- 默认值:
none
- 用法:
--rdi-user
RDI 数据库用户名
-
rdi_password
:- 类型: 字符串
- 默认值:
none
- 用法:
--rdi-password
RDI 数据库密码
-
rdi_key
:- 类型: 字符串
- 默认值:
none
- 用法:
--rdi-key
用于身份验证的私钥文件
-
rdi_cert
:- 类型: 字符串
- 默认值:
none
- 用法:
--rdi-cert
用于身份验证的客户端证书文件
-
rdi_cacert
:- 类型: 字符串
- 默认值:
none
- 用法:
--rdi-cacert
用于验证的CA证书文件
-
rdi_key_password
:- 类型: 字符串
- 默认值:
none
- 用法:
--rdi-key-password
用于解锁加密私钥的密码
-
force
:- 类型: BOOL
- 默认值:
false
- 用法:
--force -f
强制操作。跳过验证提示
-
help
:- 类型: BOOL
- 默认值:
false
- 用法:
--help
显示此消息并退出。
CLI 帮助
Usage: redis-di delete [OPTIONS]
Deletes RDI database permanently
Options:
-l, --log-level [DEBUG|INFO|WARN|ERROR|CRITICAL]
[default: INFO]
--cluster-host TEXT Host/IP of Redis Enterprise Cluster (service
name in case of k8s) [required]
--cluster-api-port INTEGER RANGE
API Port of Redis Enterprise Cluster
[default: 9443; 1<=x<=65535; required]
--cluster-user TEXT Redis Enterprise Cluster username with
either DB Member, Cluster Member or Cluster
Admin roles [required]
--cluster-password TEXT Redis Enterprise Cluster Password
--rdi-host TEXT Host/IP of RDI Database [required]
--rdi-port INTEGER RANGE Port of RDI Database [1<=x<=65535;
required]
--rdi-user TEXT RDI Database Username
--rdi-password TEXT RDI Database Password
--rdi-key TEXT Private key file to authenticate with
--rdi-cert TEXT Client certificate file to authenticate with
--rdi-cacert TEXT CA certificate file to verify with
--rdi-key-password TEXT Password for unlocking an encrypted private
key
-f, --force Force operation. skips verification prompts
--help Show this message and exit.