diff --git a/packages/client/lib/commands/SCAN.spec.ts b/packages/client/lib/commands/SCAN.spec.ts index b2c10af0af..baf3682954 100644 --- a/packages/client/lib/commands/SCAN.spec.ts +++ b/packages/client/lib/commands/SCAN.spec.ts @@ -50,7 +50,7 @@ describe('SCAN', () => { }); }); - testUtils.testWithClient('client.scan', async client => { + testUtils.testAll('scan', async client => { assert.deepEqual( await client.scan(0), { @@ -58,5 +58,8 @@ describe('SCAN', () => { keys: [] } ); - }, GLOBAL.SERVERS.OPEN); + }, { + client: GLOBAL.SERVERS.OPEN, + cluster: GLOBAL.CLUSTERS.OPEN + }); }); diff --git a/todo.md b/todo.md index aea88196df..949f9b3d6c 100644 --- a/todo.md +++ b/todo.md @@ -11,7 +11,7 @@ # waiting List categoreis -- Generic +- Generic - String - Hash - List @@ -28,6 +28,7 @@ - `ZREVRANGE WITHSCORE` - `ZRANK WITHSCORE` - `MIGRATE` +- `RESTORE` # other