Home
last modified time | relevance | path

Searched refs:redisvCommand (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.h215 void *redisvCommand(redisContext *c, const char *format, va_list ap);
H A Dhiredis.c1002 void *redisvCommand(redisContext *c, const char *format, va_list ap) { in redisvCommand() function
1012 reply = redisvCommand(c,format,ap); in redisCommand()
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c1209 reply = redisvCommand(c,fmt,ap); in reconnectingRedisCommand()