You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-17 19:41:06 +03:00
Do not use "timers/promises", fix "isRedisVersionGreaterThan"
This commit is contained in:
@@ -371,6 +371,9 @@ describe('Client', () => {
|
||||
(await client.clientInfo()).db,
|
||||
1
|
||||
);
|
||||
}, {
|
||||
// because of CLIENT INFO
|
||||
minimumRedisVersion: [6, 2]
|
||||
});
|
||||
|
||||
itWithClient(TestRedisServers.OPEN, 'scanIterator', async client => {
|
||||
|
Reference in New Issue
Block a user