You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update integer reply conditions in xdelex.md (#2420)
* Update integer reply conditions in xdelex.md
Clarified the condition for returning 2 in the integer reply section regarding entry deletion and references.
* Apply suggestions from code review
---------
Co-authored-by: David Dougherty <david.dougherty@redis.com>
Copy file name to clipboardExpand all lines: content/commands/xdelex.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ One of the following:
140
140
*[Array reply](../../develop/reference/protocol-spec#arrays): For each ID:
141
141
*[Integer reply](../../develop/reference/protocol-spec#integers): -1 if no such ID exists in the provided stream key.
142
142
*[Integer reply](../../develop/reference/protocol-spec#integers): 1 if the entry was deleted from the stream.
143
-
*[Integer reply](../../develop/reference/protocol-spec#integers): 2 if the entry was not deleted, but there are still dangling references (ACKED option).
143
+
*[Integer reply](../../develop/reference/protocol-spec#integers): 2 if the entry was not deleted and there are still existing references (`ACKED` option); also, if there are no consumer groups.
144
144
145
145
-tab-sep-
146
146
@@ -150,6 +150,6 @@ One of the following:
150
150
*[Array reply](../../develop/reference/protocol-spec#arrays): For each ID:
151
151
*[Integer reply](../../develop/reference/protocol-spec#integers): -1 if no such ID exists in the provided stream key.
152
152
*[Integer reply](../../develop/reference/protocol-spec#integers): 1 if the entry was deleted from the stream.
153
-
*[Integer reply](../../develop/reference/protocol-spec#integers): 2 if the entry was not deleted, but there are still dangling references (ACKED option).
153
+
*[Integer reply](../../develop/reference/protocol-spec#integers): 2 if the entry was not deleted and there are still existing references (`ACKED` option); also, if there are no consumer groups.
0 commit comments