Searched refs:NOTIFY_SET (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | notify.c | 50 case 's': flags |= NOTIFY_SET; break; in keyspaceEventsStringToFlags() 78 if (flags & NOTIFY_SET) res = sdscatlen(res,"s",1); in keyspaceEventsFlagsToString()
|
| H A D | t_set.c | 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() 347 notifyKeyspaceEvent(NOTIFY_SET,"srem",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() 584 notifyKeyspaceEvent(NOTIFY_SET,"spop",c->argv[1],c->db->id); in spopCommand() 902 notifyKeyspaceEvent(NOTIFY_SET,"sinterstore", in sinterGenericCommand() 1075 notifyKeyspaceEvent(NOTIFY_SET, in sunionDiffGenericCommand()
|
| H A D | server.h | 439 #define NOTIFY_SET (1<<5) /* s */ macro 445 #define NOTIFY_ALL (NOTIFY_GENERIC | NOTIFY_STRING | NOTIFY_LIST | NOTIFY_SET | NOTIFY_HASH | NOTIF…
|