cast raxSize() to avoid warning with format spec.
This commit is contained in:
parent
1d13ff0b39
commit
38076fd6ba
@ -3981,7 +3981,7 @@ sds genRedisInfoString(const char *section) {
|
||||
maxin, maxout,
|
||||
server.blocked_clients,
|
||||
server.tracking_clients,
|
||||
raxSize(server.clients_timeout_table));
|
||||
(unsigned long long) raxSize(server.clients_timeout_table));
|
||||
}
|
||||
|
||||
/* Memory */
|
||||
|
Loading…
x
Reference in New Issue
Block a user