Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c593 robj *o, *targetkey = c->argv[2]; in bitopCommand() local
757 setKey(c->db,targetkey,o); in bitopCommand()
758 notifyKeyspaceEvent(NOTIFY_STRING,"set",targetkey,c->db->id); in bitopCommand()
760 } else if (dbDelete(c->db,targetkey)) { in bitopCommand()
761 signalModifiedKey(c->db,targetkey); in bitopCommand()
762 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",targetkey,c->db->id); in bitopCommand()