Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
684
redisReader *redisReaderCreate(void) {
685
return redisReaderCreateWithFunctions(&defaultFunctions);
686
}
687
688
static void redisPushAutoFree(void *privdata, void *reply) {
689
(void)privdata;
Callers
4
redisContextInit
Function · 0.85
redisReconnect
Function · 0.85
test_reply_reader
Function · 0.85
test_allocator_injection
Function · 0.85
Calls
1
redisReaderCreateWithFunctions
Function · 0.85
Tested by
2
test_reply_reader
Function · 0.68
test_allocator_injection
Function · 0.68