Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c803 static sds cliFormatReplyTTY(redisReply *r, char *prefix) { in cliFormatReplyTTY() function
856 tmp = cliFormatReplyTTY(r->element[i],_prefix); in cliFormatReplyTTY()
1068 out = cliFormatReplyTTY(reply,""); in cliReadReply()