-
Notifications
You must be signed in to change notification settings - Fork 65
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
Node: Add XINFO STREAM
command
#2083
Node: Add XINFO STREAM
command
#2083
Conversation
b50a719
to
5b8a668
Compare
node/src/BaseClient.ts
Outdated
* // 'seen-time': 1722624726802, | ||
* // 'active-time': 1722624726802, | ||
* // 'pel-count': 1, | ||
* // pending: [ [ '1719877599564-0', 'consumer', 1722624726802, 1 ] ], |
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.
* // pending: [ [ '1719877599564-0', 'consumer', 1722624726802, 1 ] ], | |
* // 'pending': [ [ '1719877599564-0', 1722624726802, 1 ] ], |
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.
quotes are only necessary for keys that have dashes. This is the output produced by VS Code.
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.
We still don't have here consumer name
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.
for full details, you get the consumer name... according to the shared testes.
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, but consumer name isn't duplicated per each consumer
node/src/BaseClient.ts
Outdated
* // 'seen-time': 1722624726802, | ||
* // 'active-time': 1722624726802, | ||
* // 'pel-count': 1, | ||
* // pending: [ [ '1719877599564-0', 'consumer', 1722624726802, 1 ] ], |
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, but consumer name isn't duplicated per each consumer
a2f4503
to
e42c828
Compare
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
e42c828
to
6af2cab
Compare
* Node: Add XINFO STREAM command --------- Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com> Signed-off-by: Chloe Yip <chloe.yip@improving.com>
XINFO STREAM