Conversation
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
mich-elle-luna
left a comment
There was a problem hiding this comment.
couple of questions otherwise looks good, thanks!
| - - 7.4.0 | ||
| - Added `watch` field. | ||
| - - 8.0.0 | ||
| - Added `io-thread` field. |
There was a problem hiding this comment.
should this history include the new entries?
There was a problem hiding this comment.
Probably, but the problem is that the redis/redis:src/commands/client-list.json file didn't include them. If I add them manually and then subsequently update all the command metadata on our site, any local changes I've made would be overwritten.
| - nondeterministic_output | ||
| - request_policy:all_shards | ||
| - response_policy:special | ||
| history: |
There was a problem hiding this comment.
should this be updated with new entries?
There was a problem hiding this comment.
Probably, but the problem is that the redis/redis:src/commands/client-list.json file didn't include them. If I add them manually and then subsequently update all the command metadata on our site, any local changes I've made would be overwritten.
|
Thank you for the review, @mich-elle-luna! |
| * `tot-net-out`: total network output bytes sent to this client. | ||
| * `tot-cmds`: total count of commands this client executed. | ||
| * `read-events`: number of `readQueryFromClient()` calls for this client. Added in Redis 8.8 | ||
| * `avg-pipeline-len-sum`: cumulative sum of commands parsed per batch. Added in Redis 8.8 |
There was a problem hiding this comment.
Code says sum of pipeline lengths (for computing average)
https://github.com/redis/redis/blob/2ba0194fbe5820cab8602bfa633a7d27e97cabdd/src/server.h#L1622
Are you sure this is the same?
| * `tot-cmds`: total count of commands this client executed. | ||
| * `read-events`: number of `readQueryFromClient()` calls for this client. Added in Redis 8.8 | ||
| * `avg-pipeline-len-sum`: cumulative sum of commands parsed per batch. Added in Redis 8.8 | ||
| * `avg-pipeline-len-cnt`: number of parse batches. Added in Redis 8.8 |
There was a problem hiding this comment.
Code says Count of pipeline length samples
https://github.com/redis/redis/blob/2ba0194fbe5820cab8602bfa633a7d27e97cabdd/src/server.h#L1623
Please check with R&D, I'm not sure what is correct.
Redis 8.8 feature
Note
Cursor Bugbot is generating a summary for commit db4b77b. Configure here.