Skip to content

Commit

Permalink
Remove accidentally added SinceRedisVersion 7.0.0 for ControlCommands…
Browse files Browse the repository at this point in the history
…Test.commandInfo
  • Loading branch information
ggivo committed Nov 11, 2024
1 parent 1895d09 commit 12c2ce4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ public void commandGetKeysAndFlags() {
}

@Test
@SinceRedisVersion(value = "7.0.0", message = "Starting with Redis version 7.0.0: Allowed to be called with no argument to get info on all commands.")
public void commandInfo() {
Map<String, CommandInfo> infos = jedis.commandInfo("GET", "foo", "SET");

Expand Down

0 comments on commit 12c2ce4

Please sign in to comment.