mirror of
https://github.com/fluencelabs/redis
synced 2025-06-27 16:01:32 +00:00
cast raxSize() to avoid warning with format spec.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user