Skip to content

Commit af7a3d6

Browse files
authored
Update pika_zset.cc
1 parent d5c8950 commit af7a3d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pika_zset.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,6 @@ void ZRemCmd::Do(std::shared_ptr<Slot> slot) {
685685
int32_t count = 0;
686686
s_ = slot->db()->ZRem(key_, members_, &count);
687687
if (s_.ok() || s_.IsNotFound()) {
688-
AddSlotKey("z", key_, slot);
689688
res_.AppendInteger(count);
690689
} else {
691690
res_.SetRes(CmdRes::kErrOther, s_.ToString());

0 commit comments

Comments
 (0)