Searched refs:getLongInfoField (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-cli.c | 246 static long getLongInfoField(char *info, char *field); 5525 if (getLongInfoField(src_reply->str, "cluster_enabled")) { in clusterManagerCommandImport() 6668 static long getLongInfoField(char *info, char *field) { in getLongInfoField() function 6731 k = getLongInfoField(reply->str,buf); in statMode() 6739 aux = getLongInfoField(reply->str,"used_memory"); in statMode() 6744 aux = getLongInfoField(reply->str,"connected_clients"); in statMode() 6749 aux = getLongInfoField(reply->str,"blocked_clients"); in statMode() 6754 aux = getLongInfoField(reply->str,"total_commands_processed"); in statMode() 6760 aux = getLongInfoField(reply->str,"total_connections_received"); in statMode() 6765 aux = getLongInfoField(reply->str,"bgsave_in_progress"); in statMode() [all …]
|