Home
last modified time | relevance | path

Searched refs:NOTIFY_ZSET (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dnotify.c52 case 'z': flags |= NOTIFY_ZSET; break; in keyspaceEventsStringToFlags()
80 if (flags & NOTIFY_ZSET) res = sdscatlen(res,"z",1); in keyspaceEventsFlagsToString()
H A Dt_zset.c1650 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 Dgeo.c662 notifyKeyspaceEvent(NOTIFY_ZSET,"georadiusstore",storekey, in georadiusGeneric()
H A Dserver.h441 #define NOTIFY_ZSET (1<<7) /* z */ macro
445 …IFY_GENERIC | NOTIFY_STRING | NOTIFY_LIST | NOTIFY_SET | NOTIFY_HASH | NOTIFY_ZSET | NOTIFY_EXPIRE…