This commit is contained in:
GuyAv46 2026-05-28 04:00:22 +02:00 committed by GitHub
commit da96228ce5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9758,10 +9758,10 @@ size_t RM_GetClusterSize(void) {
* is returned.
*
* The arguments `ip`, `master_id`, `port` and `flags` can be NULL in case we don't
* need to populate back certain info. If an `ip` and `master_id` (only populated
* need to populate back certain info. If an `ip` and/or `master_id` (only populated
* if the instance is a slave) are specified, they point to buffers holding
* at least REDISMODULE_NODE_ID_LEN bytes. The strings written back as `ip`
* and `master_id` are not null terminated.
* at least INET6_ADDRSTRLEN (46) and REDISMODULE_NODE_ID_LEN bytes, respectively.
* The strings written back as `ip` and `master_id` are not null terminated.
*
* The list of flags reported is the following:
*