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
ef1b1f01
"client-libraries/vscode:/vscode.git/clone" did not exist on "9a2944ace2ab5b5dac329c0dd847b289c85b7c72"
Commit
ef1b1f01
authored
Mar 31, 2020
by
antirez
Browse files
cast raxSize() to avoid warning with format spec.
parent
9f347fab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
ef1b1f01
...
@@ -3981,7 +3981,7 @@ sds genRedisInfoString(const char *section) {
...
@@ -3981,7 +3981,7 @@ sds genRedisInfoString(const char *section) {
maxin, maxout,
maxin, maxout,
server.blocked_clients,
server.blocked_clients,
server.tracking_clients,
server.tracking_clients,
raxSize(server.clients_timeout_table));
(unsigned long long)
raxSize(server.clients_timeout_table));
}
}
/* Memory */
/* Memory */
...
...
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