1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00
This commit is contained in:
Leibale
2023-07-06 10:38:30 -04:00
parent 2a662a367d
commit ab153a8eda
10 changed files with 97 additions and 60 deletions

View File

@@ -25,8 +25,10 @@ describe('XINFO GROUPS', () => {
consumers: 0,
pending: 0,
'last-delivered-id': '0-0',
'entries-read': null,
lag: 0
...testUtils.isVersionGreaterThan([7, 0]) && {
'entries-read': null,
lag: 0
}
}]
);
}, {