Skip to content

Commit

Permalink
feat: string cmd bitop
Browse files Browse the repository at this point in the history
  • Loading branch information
callme-taota committed Dec 3, 2023
1 parent 4dfd6ee commit 18a066e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cmd_kv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ void BitOpCmd::DoCmd(PClient* client) {
err = PError_ok;
res = StringBitOp(keys, kBitOpNot);
}
} else {
;
}
}

Expand Down

0 comments on commit 18a066e

Please sign in to comment.