mirror of
http://github.com/valkey-io/valkey
synced 2024-11-23 11:51:01 +00:00
Merge pull request #4056 from season89/unstable
Fixed comments of slowlog duration
This commit is contained in:
commit
1d857a99d5
@ -35,7 +35,7 @@ typedef struct slowlogEntry {
|
||||
robj **argv;
|
||||
int argc;
|
||||
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. */
|
||||
sds cname; /* Client name. */
|
||||
sds peerid; /* Client network address. */
|
||||
|
Loading…
Reference in New Issue
Block a user