Searched refs:touchedkey (Results 1 – 1 of 1) sorted by relevance
576 robj *touchedkey = c->argv[1]; in rpoplpushCommand() local583 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()