We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3192ee6 commit 23a5a6eCopy full SHA for 23a5a6e
programs/mcstat/mcstat.cc
@@ -62,7 +62,7 @@ static bool request_dcp_stat(MemcachedConnection& connection,
62
"{}_{} {}\n",
63
key,
64
iter.key(),
65
- iter.value());
+ iter.value().dump());
66
}
67
} else {
68
fmt::print(stdout, "{} {}\n", key, value);
0 commit comments