Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dredis-cli.c551 static sds cliFormatReplyTTY(redisReply *r, char *prefix) { in cliFormatReplyTTY() function
604 tmp = cliFormatReplyTTY(r->element[i],_prefix); in cliFormatReplyTTY()
817 out = cliFormatReplyTTY(reply,""); in cliReadReply()