Skip to content

Commit 74af6a6

Browse files
Update src/server/generic_family.cc
Co-authored-by: Roman Gershman <roman@dragonflydb.io> Signed-off-by: Volodymyr Yavdoshenko <v.yavdoshenko@gmail.com>
1 parent 8a3fee2 commit 74af6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/generic_family.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ OpResult<void> OpRen(const OpArgs& op_args, string_view from_key, string_view to
870870
is_prior_list = (to_res.it->second.ObjType() == OBJ_LIST);
871871
}
872872

873-
// Delete the document from the search index before deleting from the database
873+
// Delete the "from" document from the search index before deleting from the database
874874
op_args.shard->search_indices()->RemoveDoc(from_key, op_args.db_cntx, from_res.it->second);
875875

876876
bool sticky = from_res.it->first.IsSticky();

0 commit comments

Comments
 (0)