Lines Matching refs:printf
320 printf("\r\n \x1b[1m%s\x1b[0m \x1b[90m%s\x1b[0m\r\n", help->name, help->params); in cliOutputCommandHelp()
321 printf(" \x1b[33msummary:\x1b[0m %s\r\n", help->summary); in cliOutputCommandHelp()
322 printf(" \x1b[33msince:\x1b[0m %s\r\n", help->since); in cliOutputCommandHelp()
324 printf(" \x1b[33mgroup:\x1b[0m %s\r\n", commandGroups[help->group]); in cliOutputCommandHelp()
331 printf( in cliOutputGenericHelp()
390 printf("\r\n"); in cliOutputHelp()
803 printf("-> Redirected to slot [%d] located at %s:%d\n", in cliReadReply()
900 printf("Reading messages... (press Ctrl-C to quit)\n"); in cliSendCommand()
907 printf("Entering slave output mode... (press Ctrl-C to quit)\n"); in cliSendCommand()
943 printf("\r\x1b[0K"); /* Cursor to left edge + clear line. */ in reconnectingRedisCommand()
944 printf("Reconnecting... %d\r", ++tries); in reconnectingRedisCommand()
960 printf("\r\x1b[0K"); /* Cursor to left edge + clear line. */ in reconnectingRedisCommand()
1055 printf("redis-cli %s\n", version); in parseOptions()
1231 printf("%sunknown redis-cli preference '%s'\n", in cliSetPreferences()
1236 printf("%sunknown redis-cli internal command '%s'\n", in cliSetPreferences()
1293 printf("Invalid argument(s)\n"); in repl()
1310 printf("Use 'restart' only in Lua debugging mode."); in repl()
1338 printf("\n(Lua debugging session ended%s)\n\n", in repl()
1345 printf("(%.2fs)\n",(double)elapsed/1000); in repl()
1385 printf( in evalMode()
1440 printf("Eval debugging session can't start:\n"); in evalMode()
1448 printf("\n"); in evalMode()
1492 printf("\x1b[0G\x1b[2Kmin: %lld, max: %lld, avg: %.2f (%lld samples)", in latencyMode()
1497 printf(" -- %.2f seconds range\n", (float)(mstime()-history_start)/1000); in latencyMode()
1537 printf("\033[38;5;0m"); /* Set foreground color to black. */ in showLatencyDistSamples()
1542 printf("\033[48;5;%dm%c", (int)color, samples[j].character); in showLatencyDistSamples()
1546 printf("\033[0m\n"); in showLatencyDistSamples()
1555 printf("---------------------------------------------\n"); in showLatencyDistLegend()
1556 printf(". - * # .01 .125 .25 .5 milliseconds\n"); in showLatencyDistLegend()
1557 printf("1,2,3,...,9 from 1 to 9 milliseconds\n"); in showLatencyDistLegend()
1558 printf("A,B,C,D,E 10,20,30,40,50 milliseconds\n"); in showLatencyDistLegend()
1559 printf("F,G,H,I,J .1,.2,.3,.4,.5 seconds\n"); in showLatencyDistLegend()
1560 printf("K,L,M,N,O,P,Q,? 1,2,4,8,16,30,60,>60 seconds\n"); in showLatencyDistLegend()
1561 printf("From 0 to 100%%: "); in showLatencyDistLegend()
1563 printf("\033[48;5;%dm ", spectrum_palette[j]); in showLatencyDistLegend()
1565 printf("\033[0m\n"); in showLatencyDistLegend()
1566 printf("---------------------------------------------\n"); in showLatencyDistLegend()
1680 printf("SYNC with master failed: %s\n", buf); in sendSync()
1831 printf("Last reply received from server.\n"); in pipeMode()
1888 printf("All data transferred. Waiting for the last reply...\n"); in pipeMode()
1916 printf("errors: %lld, replies: %lld\n", errors, replies); in pipeMode()
2085 printf("\n# Scanning the entire keyspace to find biggest keys as well as\n"); in findBigKeys()
2086 printf("# average sizes per key type. You can use -i 0.1 to sleep 0.1 sec\n"); in findBigKeys()
2087 printf("# per 100 SCAN commands (not usually needed).\n\n"); in findBigKeys()
2135 printf( in findBigKeys()
2153 printf("[%05.2f%%] Sampled %llu keys so far\n", pct, sampled); in findBigKeys()
2169 printf("\n-------- summary -------\n\n"); in findBigKeys()
2171 printf("Sampled %llu keys in the keyspace!\n", sampled); in findBigKeys()
2172 printf("Total key length in bytes is %llu (avg len %.2f)\n\n", in findBigKeys()
2178 printf("Biggest %6s found '%s' has %llu %s\n", typename[i], maxkeys[i], in findBigKeys()
2183 printf("\n"); in findBigKeys()
2186 printf("%llu %ss with %llu %s (%05.2f%% of keys, avg size %.2f)\n", in findBigKeys()
2273 printf("ERROR: %s\n", reply->str); in statMode()
2278 printf( in statMode()
2294 printf("%-11s",buf); in statMode()
2299 printf("%-8s",buf); in statMode()
2304 printf(" %-8s",buf); in statMode()
2309 printf("%-8s",buf); in statMode()
2314 printf("%-19s",buf); in statMode()
2320 printf(" %-12s",buf); in statMode()
2329 printf("SAVE"); in statMode()
2332 printf("AOF"); in statMode()
2335 printf("SAVE+AOF"); in statMode()
2338 printf("LOAD"); in statMode()
2342 printf("\n"); in statMode()
2363 printf("I/O error\n"); in scanMode()
2366 printf("ERROR: %s\n", reply->str); in scanMode()
2373 printf("%s\n", reply->element[1]->element[j]->str); in scanMode()
2442 printf("%s\n", reply->str); in LRUTestMode()
2460 printf( in LRUTestMode()
2525 printf("Max latency so far: %lld microseconds.\n", max_latency); in intrinsicLatencyMode()
2531 printf("\n%lld total runs " in intrinsicLatencyMode()
2535 printf("Worst run took %.0fx longer than the average latency.\n", in intrinsicLatencyMode()