Skip to content

Commit

Permalink
Support PING inside MULTI (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Jun 24, 2024
1 parent ccc078e commit 82622dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/server/Transaction/TxnKeyManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ private static int AdminCommands(RespCommand command)
RespCommand.SECONDARYOF => 1,
RespCommand.CONFIG => 1,
RespCommand.CLIENT => 1,
RespCommand.PING => 1,
_ => -1
};
}
Expand Down

0 comments on commit 82622dd

Please sign in to comment.