Searched refs:NOTIFY_ZSET (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | notify.c | 52 case 'z': flags |= NOTIFY_ZSET; break; in keyspaceEventsStringToFlags() 80 if (flags & NOTIFY_ZSET) res = sdscatlen(res,"z",1); in keyspaceEventsFlagsToString()
|
| H A D | t_zset.c | 1650 notifyKeyspaceEvent(NOTIFY_ZSET, in zaddGenericCommand() 1681 notifyKeyspaceEvent(NOTIFY_ZSET,"zrem",key,c->db->id); in zremCommand() 1783 notifyKeyspaceEvent(NOTIFY_ZSET,event[rangetype],key,c->db->id); in zremrangeGenericCommand() 2387 notifyKeyspaceEvent(NOTIFY_ZSET, in zunionInterGenericCommand() 3219 notifyKeyspaceEvent(NOTIFY_ZSET,events[where],key,c->db->id); in genericZpopCommand()
|
| H A D | geo.c | 662 notifyKeyspaceEvent(NOTIFY_ZSET,"georadiusstore",storekey, in georadiusGeneric()
|
| H A D | server.h | 441 #define NOTIFY_ZSET (1<<7) /* z */ macro 445 …IFY_GENERIC | NOTIFY_STRING | NOTIFY_LIST | NOTIFY_SET | NOTIFY_HASH | NOTIFY_ZSET | NOTIFY_EXPIRE…
|