We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a03187 + 3fc4bf0 commit 1d857a9Copy full SHA for 1d857a9
src/slowlog.h
@@ -35,7 +35,7 @@ typedef struct slowlogEntry {
35
robj **argv;
36
int argc;
37
long long id; /* Unique entry identifier. */
38
- long long duration; /* Time spent by the query, in nanoseconds. */
+ long long duration; /* Time spent by the query, in microseconds. */
39
time_t time; /* Unix time at which the query was executed. */
40
sds cname; /* Client name. */
41
sds peerid; /* Client network address. */
0 commit comments