MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / redisAeWriteEvent

Function redisAeWriteEvent

src/sentinel.cpp:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305static void redisAeWriteEvent(aeEventLoop *el, int fd, void *privdata, int mask) {
306 ((void)el); ((void)fd); ((void)mask);
307
308 redisAeEvents *e = (redisAeEvents*)privdata;
309 redisAsyncHandleWrite(e->context);
310}
311
312static void redisAeAddRead(void *privdata) {
313 redisAeEvents *e = (redisAeEvents*)privdata;

Callers

nothing calls this directly

Calls 1

redisAsyncHandleWriteFunction · 0.85

Tested by

no test coverage detected