Skip to content

Commit

Permalink
feat: add string cmd bitop
Browse files Browse the repository at this point in the history
  • Loading branch information
callme-taota committed Nov 21, 2023
1 parent 61398e5 commit f6c5e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd_kv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static PString StringBitOp(const std::vector<const PString*>& keys, BitOp_op op)
return res;
}

void BitOp::DoCmd(PClient* client) {
void BitOpCmd::DoCmd(PClient* client) {

std::vector<const PString*> keys;
for (size_t i = 3; i < client->argv_.size(); ++i) {
Expand Down

0 comments on commit f6c5e37

Please sign in to comment.