MCPcopy Create free account
hub / github.com/F-Stack/f-stack / redisReaderCreate

Function redisReaderCreate

app/redis-6.2.6/deps/hiredis/hiredis.c:684–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682}
683
684redisReader *redisReaderCreate(void) {
685 return redisReaderCreateWithFunctions(&defaultFunctions);
686}
687
688static void redisPushAutoFree(void *privdata, void *reply) {
689 (void)privdata;

Callers 4

redisContextInitFunction · 0.85
redisReconnectFunction · 0.85
test_reply_readerFunction · 0.85
test_allocator_injectionFunction · 0.85

Calls 1

Tested by 2

test_reply_readerFunction · 0.68
test_allocator_injectionFunction · 0.68