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

Function redisAsyncFormattedCommand

deps/hiredis/async.c:859–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859int redisAsyncFormattedCommand(redisAsyncContext *ac, redisCallbackFn *fn, void *privdata, const char *cmd, size_t len) {
860 int status = __redisAsyncCommand(ac,fn,privdata,cmd,len);
861 return status;
862}
863
864redisAsyncPushFn *redisAsyncSetPushCallback(redisAsyncContext *ac, redisAsyncPushFn *fn) {
865 redisAsyncPushFn *old = ac->push_cb;

Callers

nothing calls this directly

Calls 1

__redisAsyncCommandFunction · 0.85

Tested by

no test coverage detected