Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnotify.c47 case 'g': flags |= NOTIFY_GENERIC; break; in keyspaceEventsStringToFlags()
75 if (flags & NOTIFY_GENERIC) res = sdscatlen(res,"g",1); in keyspaceEventsFlagsToString()
H A Dt_list.c381 notifyKeyspaceEvent(NOTIFY_GENERIC,"del", in popGenericCommand()
483 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",c->argv[1],c->db->id); in ltrimCommand()
528 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",c->argv[1],c->db->id); in lremCommand()
593 notifyKeyspaceEvent(NOTIFY_GENERIC,"del", in rpoplpushCommand()
715 notifyKeyspaceEvent(NOTIFY_GENERIC,"del", in blockingPopGenericCommand()
H A Dt_set.c311 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",c->argv[1], in sremCommand()
352 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",c->argv[1],c->db->id); in smoveCommand()
443 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",c->argv[1],c->db->id); in spopWithCountCommand()
598 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",c->argv[1],c->db->id); in spopCommand()
908 notifyKeyspaceEvent(NOTIFY_GENERIC,"del", in sinterGenericCommand()
1082 notifyKeyspaceEvent(NOTIFY_GENERIC,"del", in sunionDiffGenericCommand()
H A Dexpire.c439 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",key,c->db->id); in expireGenericCommand()
446 notifyKeyspaceEvent(NOTIFY_GENERIC,"expire",key,c->db->id); in expireGenericCommand()
H A Ddb.c477 notifyKeyspaceEvent(NOTIFY_GENERIC, in delGenericCommand()
903 notifyKeyspaceEvent(NOTIFY_GENERIC,"rename_from", in renameGenericCommand()
905 notifyKeyspaceEvent(NOTIFY_GENERIC,"rename_to", in renameGenericCommand()
H A Dblocked.c321 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",rl->key,rl->db->id); in handleClientsBlockedOnKeys()
H A Dt_string.c90 if (expire) notifyKeyspaceEvent(NOTIFY_GENERIC, in setGenericCommand()
H A Dsort.c572 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",storekey,c->db->id); in sortCommand()
H A Dgeo.c667 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",storekey,c->db->id); in georadiusGeneric()
H A Dt_zset.c1683 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",key,c->db->id); in zremCommand()
1785 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",key,c->db->id); in zremrangeGenericCommand()
2396 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",dstkey,c->db->id); in zunionInterGenericCommand()
3231 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",key,c->db->id); in genericZpopCommand()
H A Dt_hash.c727 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",c->argv[1], in hdelCommand()
H A Dbitops.c762 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",targetkey,c->db->id); in bitopCommand()
H A Dserver.h436 #define NOTIFY_GENERIC (1<<2) /* g */ macro
445 #define NOTIFY_ALL (NOTIFY_GENERIC | NOTIFY_STRING | NOTIFY_LIST | NOTIFY_SET | NOTIFY_HASH | NOTIF…