Lines Matching refs:notifyKeyspaceEvent
284 notifyKeyspaceEvent(NOTIFY_SET,"sadd",c->argv[1],c->db->id); in saddCommand()
309 notifyKeyspaceEvent(NOTIFY_SET,"srem",c->argv[1],c->db->id); in sremCommand()
311 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",c->argv[1], in sremCommand()
347 notifyKeyspaceEvent(NOTIFY_SET,"srem",c->argv[1],c->db->id); in smoveCommand()
352 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",c->argv[1],c->db->id); in smoveCommand()
368 notifyKeyspaceEvent(NOTIFY_SET,"sadd",c->argv[2],c->db->id); in smoveCommand()
431 notifyKeyspaceEvent(NOTIFY_SET,"spop",c->argv[1],c->db->id); in spopWithCountCommand()
443 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",c->argv[1],c->db->id); in spopWithCountCommand()
584 notifyKeyspaceEvent(NOTIFY_SET,"spop",c->argv[1],c->db->id); in spopCommand()
598 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",c->argv[1],c->db->id); in spopCommand()
902 notifyKeyspaceEvent(NOTIFY_SET,"sinterstore", in sinterGenericCommand()
908 notifyKeyspaceEvent(NOTIFY_GENERIC,"del", in sinterGenericCommand()
1075 notifyKeyspaceEvent(NOTIFY_SET, in sunionDiffGenericCommand()
1082 notifyKeyspaceEvent(NOTIFY_GENERIC,"del", in sunionDiffGenericCommand()