Skip to content

Commit 705b710

Browse files
committed
fix typo
1 parent 268b6c1 commit 705b710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectors/oracle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# redis-connect-oracle
22

3-
redis-connect-oracle is a Redis Connect connector for capturing changes (INSERT, UPDATE and DELETE) from Oracle (source) and writing them to a Redis Enterprise database (Target). redis-connect-postgres cdc connector implementation is based on <a href="https://debezium.io/documentation/reference/stable/connectors/oracle.html" target="_blank">Debezium</a>, which is an open source distributed platform for change data capture.
3+
redis-connect-oracle is a Redis Connect connector for capturing changes (INSERT, UPDATE and DELETE) from Oracle (source) and writing them to a Redis Enterprise database (Target). redis-connect-oracle cdc connector implementation is based on <a href="https://debezium.io/documentation/reference/stable/connectors/oracle.html" target="_blank">Debezium</a>, which is an open source distributed platform for change data capture.
44

55
<p>
66
The first time redis-connect-oracle connects to an Oracle database, it reads a consistent snapshot of all the schemas.

0 commit comments

Comments
 (0)