Searched refs:NOTIFY_GENERIC (Results 1 – 13 of 13) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | notify.c | 47 case 'g': flags |= NOTIFY_GENERIC; break; in keyspaceEventsStringToFlags() 75 if (flags & NOTIFY_GENERIC) res = sdscatlen(res,"g",1); in keyspaceEventsFlagsToString()
|
| H A D | t_list.c | 381 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 D | t_set.c | 311 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 D | expire.c | 439 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",key,c->db->id); in expireGenericCommand() 446 notifyKeyspaceEvent(NOTIFY_GENERIC,"expire",key,c->db->id); in expireGenericCommand()
|
| H A D | db.c | 477 notifyKeyspaceEvent(NOTIFY_GENERIC, in delGenericCommand() 903 notifyKeyspaceEvent(NOTIFY_GENERIC,"rename_from", in renameGenericCommand() 905 notifyKeyspaceEvent(NOTIFY_GENERIC,"rename_to", in renameGenericCommand()
|
| H A D | blocked.c | 321 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",rl->key,rl->db->id); in handleClientsBlockedOnKeys()
|
| H A D | t_string.c | 90 if (expire) notifyKeyspaceEvent(NOTIFY_GENERIC, in setGenericCommand()
|
| H A D | sort.c | 572 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",storekey,c->db->id); in sortCommand()
|
| H A D | geo.c | 667 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",storekey,c->db->id); in georadiusGeneric()
|
| H A D | t_zset.c | 1683 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 D | t_hash.c | 727 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",c->argv[1], in hdelCommand()
|
| H A D | bitops.c | 762 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",targetkey,c->db->id); in bitopCommand()
|
| H A D | server.h | 436 #define NOTIFY_GENERIC (1<<2) /* g */ macro 445 #define NOTIFY_ALL (NOTIFY_GENERIC | NOTIFY_STRING | NOTIFY_LIST | NOTIFY_SET | NOTIFY_HASH | NOTIF…
|