Skip to content

Commit 9cf9b5d

Browse files
Fix CLIENT|TRACKINGINFO documentation (#597)
The `"redirect"` section can be `0` for self-redirection (when the client uses `CLIENT TRACKING` without the `REDIRECT` option).
1 parent 91749ca commit 9cf9b5d

File tree

1 file changed

+1
-1
lines changed
  • content/commands/client-trackinginfo

1 file changed

+1
-1
lines changed

content/commands/client-trackinginfo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ Here's the list of tracking information sections and their respective values:
4343
* `caching-no`: The next command won't cache keys (exists only together with `optout`).
4444
* `noloop`: The client isn't notified about keys modified by itself.
4545
* `broken_redirect`: The client ID used for redirection isn't valid anymore.
46-
* **redirect**: The client ID used for notifications redirection, or -1 when none.
46+
* **redirect**: The client ID used for notifications redirection, 0 for self-redirection, or -1 when none.
4747
* **prefixes**: A list of key prefixes for which notifications are sent to the client.

0 commit comments

Comments
 (0)