Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnotify.c50 case 's': flags |= NOTIFY_SET; break; in keyspaceEventsStringToFlags()
78 if (flags & NOTIFY_SET) res = sdscatlen(res,"s",1); in keyspaceEventsFlagsToString()
H A Dt_set.c284 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 Dserver.h439 #define NOTIFY_SET (1<<5) /* s */ macro
445 #define NOTIFY_ALL (NOTIFY_GENERIC | NOTIFY_STRING | NOTIFY_LIST | NOTIFY_SET | NOTIFY_HASH | NOTIF…