We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d6e1f commit a96284dCopy full SHA for a96284d
test/redis.test.ts
@@ -105,6 +105,5 @@ describe('Redis Store', () => {
105
const thirdScanWithCount = await redisClient.scan('ttl:a:*', secondScanWithCount.cursor, 1);
106
expect(thirdScanWithCount.keys).toEqual([]);
107
expect(thirdScanWithCount.cursor).equal(0);
108
-
109
});
110
0 commit comments