redis-di get-rejected
返回所有已存储的被拒绝条目
用法
Usage: redis-di get-rejected [OPTIONS]
选项
-
loglevel
:- 类型:Choice(['DEBUG', 'INFO', 'WARN', 'ERROR', 'CRITICAL'])
- 违约:
info
- 用法:
--loglevel -log-level
-
rdi_host
(必填):- 类型:STRING
- 违约:
none
- 用法:
--rdi-host
Write-behind 数据库的主机/IP
-
rdi_port
(必填):- 类型:<IntRange 1000<=x<=65535>
- 违约:
none
- 用法:
--rdi-port
Write-behind 数据库的端口
-
rdi_password
:- 类型:STRING
- 违约:
none
- 用法:
--rdi-password
Write-behind 数据库密码
-
rdi_key
:- 类型:STRING
- 违约:
none
- 用法:
--rdi-key
用于身份验证的私钥文件
-
rdi_cert
:- 类型:STRING
- 违约:
none
- 用法:
--rdi-cert
用于身份验证的客户端证书文件
-
rdi_cacert
:- 类型:STRING
- 违约:
none
- 用法:
--rdi-cacert
用于验证的 CA 证书文件
-
rdi_key_password
:- 类型:STRING
- 违约:
none
- 用法:
--rdi-key-password
用于解锁加密私钥的密码
-
max_records
:- 类型:
=1> - 违约:
none
- 用法:
--max-records
每个 DLQ 的最大被拒绝记录数
- 类型:
-
oldest
:- 类型: BOOL
- 违约:
false
- 用法:
--oldest -o
显示最早被拒绝的记录。如果省略,将检索大多数重新发送的记录
-
dlq_name
:- 类型:STRING
- 违约:
none
- 用法:
--dlq-name
仅打印指定 DLQ (Dead Letter Queue) 名称的被拒绝记录
-
help
:- 类型: BOOL
- 违约:
false
- 用法:
--help
显示此消息并退出。
CLI 帮助
Usage: redis-di get-rejected [OPTIONS]
Returns all the stored rejected entries
Options:
-log-level, --loglevel [DEBUG|INFO|WARN|ERROR|CRITICAL]
[default: INFO]
--rdi-host TEXT Host/IP of Write-behind Database [required]
--rdi-port INTEGER RANGE Port of Write-behind Database [1000<=x<=65535;
required]
--rdi-password TEXT Write-behind 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
--max-records INTEGER RANGE Maximum rejected records per DLQ [x>=1]
-o, --oldest Displays the oldest rejected records. If
omitted, most resent records will be
retrieved
--dlq-name TEXT Only prints the rejected records for the
specified DLQ (Dead Letter Queue) name
--help Show this message and exit.