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 3
3
"info" : {
4
4
"title" : " Redis Data Integration API" ,
5
5
"description" : " API for Redis Data Integration services" ,
6
- "version" : " 1.6.0 "
6
+ "version" : " 1.6.1 "
7
7
},
8
8
"paths" : {
9
9
"/" : {
3114
3114
"enum" : [
3115
3115
" on_failed_retry_interval" ,
3116
3116
" read_batch_size" ,
3117
+ " debezium_lob_encoded_placeholder" ,
3117
3118
" dedup" ,
3118
3119
" dedup_max_size" ,
3119
3120
" dedup_strategy" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Usage: redis-di delete-all-contexts [OPTIONS]
30
30
- Usage: `--force
31
31
-f`
32
32
33
- Force operation. skips verification prompts
33
+ Force operation. Skips verification prompts
34
34
35
35
- ` help ` :
36
36
@@ -50,6 +50,6 @@ Usage: redis-di delete-all-contexts [OPTIONS]
50
50
Options:
51
51
-l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]
52
52
[default: INFO]
53
- -f, --force Force operation. skips verification prompts
53
+ -f, --force Force operation. Skips verification prompts
54
54
--help Show this message and exit.
55
55
```
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Usage: redis-di delete-context [OPTIONS] CONTEXT_NAME
36
36
- Usage: `--force
37
37
-f`
38
38
39
- Force operation. skips verification prompts
39
+ Force operation. Skips verification prompts
40
40
41
41
- ` help ` :
42
42
@@ -56,6 +56,6 @@ Usage: redis-di delete-context [OPTIONS] CONTEXT_NAME
56
56
Options:
57
57
-l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]
58
58
[default: INFO]
59
- -f, --force Force operation. skips verification prompts
59
+ -f, --force Force operation. Skips verification prompts
60
60
--help Show this message and exit.
61
61
```
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Usage: redis-di get-rejected [OPTIONS]
102
102
- Usage: `--oldest
103
103
-o`
104
104
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
106
106
107
107
- ` dlq_name ` :
108
108
@@ -142,7 +142,7 @@ Options:
142
142
key
143
143
--max-records INTEGER RANGE Maximum rejected records per DLQ [x>=1]
144
144
-o, --oldest Displays the oldest rejected records. If
145
- omitted, most resent records will be
145
+ omitted, most recent records will be
146
146
retrieved
147
147
--dlq-name TEXT Only prints the rejected records for the
148
148
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]
94
94
- Usage: `--force
95
95
-f`
96
96
97
- Force operation. skips verification prompts
97
+ Force operation. Skips verification prompts
98
98
99
99
- ` pause_for_confirmation ` :
100
100
@@ -132,7 +132,7 @@ Options:
132
132
--rdi-cacert TEXT CA certificate file to verify with
133
133
--rdi-key-password TEXT Password for unlocking an encrypted private
134
134
key
135
- -f, --force Force operation. skips verification prompts
135
+ -f, --force Force operation. Skips verification prompts
136
136
--pause-for-confirmation Pause for user confirmation if manual
137
137
shutdown of collector required
138
138
--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]
102
102
- Usage: `--force
103
103
-f`
104
104
105
- Force operation. skips verification prompts
105
+ Force operation. Skips verification prompts
106
106
107
107
- ` help ` :
108
108
@@ -133,6 +133,6 @@ Options:
133
133
--rdi-cacert TEXT CA certificate file to verify with
134
134
--rdi-key-password TEXT Password for unlocking an encrypted private
135
135
key
136
- -f, --force Force operation. skips verification prompts
136
+ -f, --force Force operation. Skips verification prompts
137
137
--help Show this message and exit.
138
138
```
You can’t perform that action at this time.
0 commit comments