Update t_hash.c

This commit is contained in:
erhan1209 2026-04-15 15:50:12 +03:00
parent d20c6cd50c
commit 36c2bde988

View file

@ -2921,7 +2921,7 @@ void hgetexCommand(client *c) {
updateKeysizesHist(c->db, OBJ_HASH, oldlen, hist_newlen);
if (newlen == 0) {
dbDelete(c->db, c->argv[1]);
dbDeleteSkipKeysizesUpdate(c->db, c->argv[1]);
notifyKeyspaceEvent(NOTIFY_GENERIC, "del", c->argv[1], c->db->id);
}
}