Skip to content

Commit

Permalink
replace @reply with @return
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Jun 26, 2023
1 parent a23abfd commit 097fbd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion commands/slowlog-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ The entry's unique ID can be used in order to avoid processing slow log entries
The ID is never reset in the course of the Redis server execution, only a server
restart will reset it.

@reply
@return

@array-reply: a list of slow log entries.
2 changes: 1 addition & 1 deletion commands/slowlog-len.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The maximum number of entries in the slow log is governed by the `slowlog-max-le
Once the slog log reaches its maximal size, the oldest entry is removed whenever a new entry is created.
The slow log can be cleared with the `SLOWLOG RESET` command.

@reply
@return

@integer-reply

Expand Down
2 changes: 1 addition & 1 deletion commands/slowlog-reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ This command resets the slow log, clearing all entries in it.

Once deleted the information is lost forever.

@reply
@return

@simple-string-reply: `OK`
2 changes: 1 addition & 1 deletion commands/xinfo-consumers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The following information is provided for each consumer in the group:
* **idle**: the number of milliseconds that have passed since the consumer's last attempted interaction (Examples: `XREADGROUP`, `XCLAIM`, `XAUTOCLAIM`)
* **inactive**: the number of milliseconds that have passed since the consumer's last successful interaction (Examples: `XREADGROUP` that actually read some entries into the PEL, `XCLAIM`/`XAUTOCLAIM` that actually claimed some entries)

@reply
@return

@array-reply: a list of consumers.

Expand Down

0 comments on commit 097fbd3

Please sign in to comment.