From 0c0c2a2c87c550f1c8ba79145047fd277081c8ab Mon Sep 17 00:00:00 2001 From: ssd04 Date: Mon, 22 Apr 2024 09:28:47 +0300 Subject: [PATCH] small fix --- docs/sdk-and-tools/notifier.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk-and-tools/notifier.md b/docs/sdk-and-tools/notifier.md index b5712678..92541a72 100644 --- a/docs/sdk-and-tools/notifier.md +++ b/docs/sdk-and-tools/notifier.md @@ -287,7 +287,7 @@ Starting with release `v1.2.0`, an additional field `Enabled = true` has been ad ### Deduplication If `CheckDuplicates` is set to `true` in events notifier main config file, -notifier service will try to connect to a **redis** instance. +the notifier service will try to connect to a **redis** instance. In this context, redis will be used as a locker service mechanism for deduplication. This is useful in scenarios when multiple observer nodes from same shard are used to send events to the same notifier instance.