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

Function redisAsyncConnectUnix

deps/hiredis/async.c:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217redisAsyncContext *redisAsyncConnectUnix(const char *path) {
218 redisOptions options = {0};
219 REDIS_OPTIONS_SET_UNIX(&options, path);
220 return redisAsyncConnectWithOptions(&options);
221}
222
223int redisAsyncSetConnectCallback(redisAsyncContext *ac, redisConnectCallback *fn) {
224 if (ac->onConnect == NULL) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected