Skip to content

Commit

Permalink
add cross slot test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 13, 2024
1 parent 9d40ef8 commit e13fb1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/tests/RedisClusterClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ describe("RedisClusterClient", () => {
client.renamenx("abc", "zxy"),
client.sinter(["abc", "zxy", "lkn"]),
client.zinterstore("abc", ["zxy", "lkn"]),
client.zunionStore("abc", ["zxy", "lkn"]),
client.sunionstore("abc", ["zxy", "lkn"]),
client.pfcount(["abc", "zxy", "lkn"]),
// TODO all rest multi-key commands except ones tested below
Expand Down

0 comments on commit e13fb1c

Please sign in to comment.