Skip to content

Commit d59c112

Browse files
committed
updated hyperlink
1 parent 1560fb9 commit d59c112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectors/mssql/README.md

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

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

55
The first time redis-connect-sqlserver connects to a SQL Server database/cluster, it reads a consistent snapshot of all the schemas.
66
When that snapshot is complete, the connector continuously streams the changes that were committed to SQL Server and generates a corresponding insert, update or delete event.

0 commit comments

Comments
 (0)