Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8da9a167
Commit
8da9a167
authored
Jun 14, 2017
by
xuchengxuan
Committed by
antirez
Jun 20, 2017
Browse files
Fixed comments of slowlog duration
parent
13546adc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/slowlog.h
View file @
8da9a167
...
@@ -35,7 +35,7 @@ typedef struct slowlogEntry {
...
@@ -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
nan
oseconds. */
long
long
duration
;
/* Time spent by the query, in
micr
oseconds. */
time_t
time
;
/* Unix time at which the query was executed. */
time_t
time
;
/* Unix time at which the query was executed. */
}
slowlogEntry
;
}
slowlogEntry
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment