Skip to content

Commit

Permalink
Experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed May 6, 2024
1 parent d085e5d commit 024c9ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/tests/RedisClusterClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,11 @@ describe("RedisClusterClient", () => {
getOptions(cluster.ports(), protocol),
);

/*
await _check_command_throws_cross_slot_error(
client.brpop(["abc", "zxy", "lkn"], 0.1),
);
*/
// TODO all rest multi-key commands except ones tested below
},
);
Expand Down

0 comments on commit 024c9ab

Please sign in to comment.