mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Update t_hash.c
This commit is contained in:
parent
d20c6cd50c
commit
36c2bde988
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue