Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnotify.c99 robj *chanobj, *eventobj; in notifyKeyspaceEvent() local
121 chanobj = createObject(OBJ_STRING, chan); in notifyKeyspaceEvent()
122 pubsubPublishMessage(chanobj, eventobj); in notifyKeyspaceEvent()
123 decrRefCount(chanobj); in notifyKeyspaceEvent()
133 chanobj = createObject(OBJ_STRING, chan); in notifyKeyspaceEvent()
134 pubsubPublishMessage(chanobj, key); in notifyKeyspaceEvent()
135 decrRefCount(chanobj); in notifyKeyspaceEvent()