mirror of
https://github.com/fluencelabs/redis
synced 2025-04-25 10:32:14 +00:00
Make comment in getClientOutputBufferMemoryUsage() describing the present.
This commit is contained in:
parent
4f4676a142
commit
9724ca4e22
@ -2295,15 +2295,8 @@ void rewriteClientCommandArgument(client *c, int i, robj *newval) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This function returns the number of bytes that Redis is virtually
|
/* This function returns the number of bytes that Redis is
|
||||||
* using to store the reply still not read by the client.
|
* using to store the reply still not read by the client.
|
||||||
* It is "virtual" since the reply output list may contain objects that
|
|
||||||
* are shared and are not really using additional memory.
|
|
||||||
*
|
|
||||||
* The function returns the total sum of the length of all the objects
|
|
||||||
* stored in the output list, plus the memory used to allocate every
|
|
||||||
* list node. The static reply buffer is not taken into account since it
|
|
||||||
* is allocated anyway.
|
|
||||||
*
|
*
|
||||||
* Note: this function is very fast so can be called as many time as
|
* Note: this function is very fast so can be called as many time as
|
||||||
* the caller wishes. The main usage of this function currently is
|
* the caller wishes. The main usage of this function currently is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user