mirror of
https://github.com/fluencelabs/redis
synced 2025-05-14 11:31:21 +00:00
Fixed comments of slowlog duration
This commit is contained in:
parent
d048f9721c
commit
e99954e4d4
@ -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. */
|
||||||
sds cname; /* Client name. */
|
sds cname; /* Client name. */
|
||||||
sds peerid; /* Client network address. */
|
sds peerid; /* Client network address. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user