Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c5649 sds formatted_reply = cliFormatReplyRaw(reply); in clusterManagerCommandCall() local
5650 printf("%s:%d: %s\n", n->ip, n->port, (char *) formatted_reply); in clusterManagerCommandCall()
5651 sdsfree(formatted_reply); in clusterManagerCommandCall()