Searched refs:NOTIFY_LIST (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_list.c | 221 notifyKeyspaceEvent(NOTIFY_LIST,event,c->argv[1],c->db->id); in pushGenericCommand() 251 notifyKeyspaceEvent(NOTIFY_LIST,event,c->argv[1],c->db->id); in pushxGenericCommand() 296 notifyKeyspaceEvent(NOTIFY_LIST,"linsert", in linsertCommand() 359 notifyKeyspaceEvent(NOTIFY_LIST,"lset",c->argv[1],c->db->id); in lsetCommand() 379 notifyKeyspaceEvent(NOTIFY_LIST,event,c->argv[1],c->db->id); in popGenericCommand() 480 notifyKeyspaceEvent(NOTIFY_LIST,"ltrim",c->argv[1],c->db->id); in ltrimCommand() 523 notifyKeyspaceEvent(NOTIFY_LIST,"lrem",c->argv[1],c->db->id); in lremCommand() 560 notifyKeyspaceEvent(NOTIFY_LIST,"lpush",dstkey,c->db->id); in rpoplpushHandlePush() 590 notifyKeyspaceEvent(NOTIFY_LIST,"rpop",touchedkey,c->db->id); in rpoplpushCommand() 648 notifyKeyspaceEvent(NOTIFY_LIST,event,key,receiver->db->id); in serveClientBlockedOnList() [all …]
|
| H A D | notify.c | 49 case 'l': flags |= NOTIFY_LIST; break; in keyspaceEventsStringToFlags() 77 if (flags & NOTIFY_LIST) res = sdscatlen(res,"l",1); in keyspaceEventsFlagsToString()
|
| H A D | sort.c | 567 notifyKeyspaceEvent(NOTIFY_LIST,"sortstore",storekey, in sortCommand()
|
| H A D | server.h | 438 #define NOTIFY_LIST (1<<4) /* l */ macro 445 #define NOTIFY_ALL (NOTIFY_GENERIC | NOTIFY_STRING | NOTIFY_LIST | NOTIFY_SET | NOTIFY_HASH | NOTIF…
|