-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add CLUSTER INFO fields #1798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLUSTER INFO fields #1798
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
commands/cluster-info.md
Outdated
| * `total_cluster_links_buffer_limit_exceeded`: Accumulated count of cluster links freed due to exceeding the `cluster-link-sendbuf-limit` configuration. | ||
|
|
||
| More information about the Current Epoch and Config Epoch variables are available in the Redis Cluster specification document. | ||
| The following message-related fields may be included in the mapped reply if the value is not equal 0: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add "to" in "is not equal to 0".
Other possibilities: "is not equal to zero" or just "is not zero".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also think the term mapped reply might be confusing, since it's not a RESP map.
commands/cluster-info.md
Outdated
| * `total_cluster_links_buffer_limit_exceeded`: Accumulated count of cluster links freed due to exceeding the `cluster-link-sendbuf-limit` configuration. | ||
|
|
||
| More information about the Current Epoch and Config Epoch variables are available in the Redis Cluster specification document. | ||
| The following message-related fields may be included in the mapped reply if the value is not equal 0: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also think the term mapped reply might be confusing, since it's not a RESP map.
commands/cluster-info.md
Outdated
| Each message type includes statistics on the number of messages sent and received. | ||
| Here are the explanation of these message types: | ||
|
|
||
| * `ping`: PING |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping/pong/meet also contain gossip information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, should we mention that? or how should i mention that...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @enjoy-binbin - sorry for the freeze-out - merging.
README updates, moving from dictionary.txt -> wordlist adding spellchecker-cli to wordlist. . . so meta Update README about clients (redis#1886) Add documentation documenting read-only scripts (redis#1953) Based on discussion from redis/redis#10728 (comment), want to better define when to use `EVAL` et. al vs `EVAL_RO` et al. to be modified again soon in redis#1954 Add info fields about network bytes during replication. (redis#1966) Co-authored-by: jiangyujie.jyj <[email protected]> Update key-specs.md (redis#1963) Fix "incomplete flag section" internal page link Update install-redis-on-windows.md (redis#1967) Duplicate "install" word. Update command-getkeysandflags.md (redis#1946) Update install-redis-on-mac-os.md (redis#1938) Small grammar fixes fix incorrect link (redis#1926) Add CLUSTER INFO fields (redis#1798) script flags update (redis#1954) updating docs about read only scripts and oom related flag changes in 7.0.1 minor fixes adding spellcheck config and commands file adding workflow dispatch newline newline debug newline duh whitespace more whitespace this ought to do it. this ought to do it. alright, this really ought to do it. no clobber just ignore COMMAND_FILES* pointing at main
the changes in redis/redis@c5d6f57, those(all) stat fields are not documented. https://redis.io/commands/cluster-info
@madolson lack of knowledge of cluster and english, please take it from here...