We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8549157 commit 402f0efCopy full SHA for 402f0ef
content/commands/xreadgroup/index.md
@@ -126,7 +126,7 @@ The group name is just the name of a consumer group associated to the stream.
126
The group is created using the [`XGROUP`]({{< relref "/commands/xgroup" >}}) command. The consumer name is the
127
string that is used by the client to identify itself inside the group.
128
The consumer is auto created inside the consumer group the first time it
129
-is saw. Different clients should select a different consumer name.
+is seen. Different clients should select a different consumer name.
130
131
When you read with `XREADGROUP`, the server will *remember* that a given
132
message was delivered to you: the message will be stored inside the
0 commit comments