Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.h202 int redisAppendFormattedCommand(redisContext *c, const char *cmd, size_t len);
H A Dtest.c257 test_cond(redisAppendFormattedCommand(c, cmd, len) == REDIS_OK); in test_append_formatted_commands()
H A Dhiredis.c920 int redisAppendFormattedCommand(redisContext *c, const char *cmd, size_t len) { in redisAppendFormattedCommand() function