mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Fixed comments of slowlog duration
This commit is contained in:
parent
d3b32ca48d
commit
3fc4bf07cc
@ -35,7 +35,7 @@ typedef struct slowlogEntry {
|
|||||||
robj **argv;
|
robj **argv;
|
||||||
int argc;
|
int argc;
|
||||||
long long id; /* Unique entry identifier. */
|
long long id; /* Unique entry identifier. */
|
||||||
long long duration; /* Time spent by the query, in nanoseconds. */
|
long long duration; /* Time spent by the query, in microseconds. */
|
||||||
time_t time; /* Unix time at which the query was executed. */
|
time_t time; /* Unix time at which the query was executed. */
|
||||||
} slowlogEntry;
|
} slowlogEntry;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user