Home
last modified time | relevance | path

Searched refs:touchedkey (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c576 robj *touchedkey = c->argv[1]; in rpoplpushCommand() local
583 incrRefCount(touchedkey); in rpoplpushCommand()
590 notifyKeyspaceEvent(NOTIFY_LIST,"rpop",touchedkey,c->db->id); in rpoplpushCommand()
592 dbDelete(c->db,touchedkey); in rpoplpushCommand()
594 touchedkey,c->db->id); in rpoplpushCommand()
596 signalModifiedKey(c->db,touchedkey); in rpoplpushCommand()
597 decrRefCount(touchedkey); in rpoplpushCommand()