We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a33ea6 commit ca69055Copy full SHA for ca69055
packages/client/lib/commands/XINFO_CONSUMERS.ts
@@ -23,6 +23,6 @@ export function transformReply(rawReply: Array<any>): XInfoConsumersReply {
23
name: consumer[1],
24
pending: consumer[3],
25
idle: consumer[5],
26
- inactive: consumer[7],
+ inactive: consumer[7]
27
}));
28
}
0 commit comments