File tree Expand file tree Collapse file tree 7 files changed +41
-45
lines changed
content/integrate/redis-data-integration/reference Expand file tree Collapse file tree 7 files changed +41
-45
lines changed Original file line number Diff line number Diff line change 33 "info" : {
44 "title" : " Redis Data Integration API" ,
55 "description" : " API for Redis Data Integration services" ,
6- "version" : " 1.6.0 "
6+ "version" : " 1.6.1 "
77 },
88 "paths" : {
99 "/" : {
31143114 "enum" : [
31153115 " on_failed_retry_interval" ,
31163116 " read_batch_size" ,
3117+ " debezium_lob_encoded_placeholder" ,
31173118 " dedup" ,
31183119 " dedup_max_size" ,
31193120 " dedup_strategy" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Usage: redis-di delete-all-contexts [OPTIONS]
3030 - Usage: `--force
3131-f`
3232
33- Force operation. skips verification prompts
33+ Force operation. Skips verification prompts
3434
3535- ` help ` :
3636
@@ -50,6 +50,6 @@ Usage: redis-di delete-all-contexts [OPTIONS]
5050Options:
5151 -l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]
5252 [default: INFO]
53- -f, --force Force operation. skips verification prompts
53+ -f, --force Force operation. Skips verification prompts
5454 --help Show this message and exit.
5555```
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Usage: redis-di delete-context [OPTIONS] CONTEXT_NAME
3636 - Usage: `--force
3737-f`
3838
39- Force operation. skips verification prompts
39+ Force operation. Skips verification prompts
4040
4141- ` help ` :
4242
@@ -56,6 +56,6 @@ Usage: redis-di delete-context [OPTIONS] CONTEXT_NAME
5656Options:
5757 -l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]
5858 [default: INFO]
59- -f, --force Force operation. skips verification prompts
59+ -f, --force Force operation. Skips verification prompts
6060 --help Show this message and exit.
6161```
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Usage: redis-di get-rejected [OPTIONS]
102102 - Usage: `--oldest
103103-o`
104104
105- Displays the oldest rejected records. If omitted, most resent records will be retrieved
105+ Displays the oldest rejected records. If omitted, most recent records will be retrieved
106106
107107- ` dlq_name ` :
108108
@@ -142,7 +142,7 @@ Options:
142142 key
143143 --max-records INTEGER RANGE Maximum rejected records per DLQ [x>=1]
144144 -o, --oldest Displays the oldest rejected records. If
145- omitted, most resent records will be
145+ omitted, most recent records will be
146146 retrieved
147147 --dlq-name TEXT Only prints the rejected records for the
148148 specified DLQ (Dead Letter Queue) name
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Usage: redis-di reset [OPTIONS]
9494 - Usage: `--force
9595-f`
9696
97- Force operation. skips verification prompts
97+ Force operation. Skips verification prompts
9898
9999- ` pause_for_confirmation ` :
100100
@@ -132,7 +132,7 @@ Options:
132132 --rdi-cacert TEXT CA certificate file to verify with
133133 --rdi-key-password TEXT Password for unlocking an encrypted private
134134 key
135- -f, --force Force operation. skips verification prompts
135+ -f, --force Force operation. Skips verification prompts
136136 --pause-for-confirmation Pause for user confirmation if manual
137137 shutdown of collector required
138138 --help Show this message and exit.
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Usage: redis-di upgrade [OPTIONS]
102102 - Usage: `--force
103103-f`
104104
105- Force operation. skips verification prompts
105+ Force operation. Skips verification prompts
106106
107107- ` help ` :
108108
@@ -133,6 +133,6 @@ Options:
133133 --rdi-cacert TEXT CA certificate file to verify with
134134 --rdi-key-password TEXT Password for unlocking an encrypted private
135135 key
136- -f, --force Force operation. skips verification prompts
136+ -f, --force Force operation. Skips verification prompts
137137 --help Show this message and exit.
138138```
You can’t perform that action at this time.
0 commit comments