mirror of
https://github.com/fluencelabs/redis
synced 2025-05-29 02:01:19 +00:00
parent
189c39607a
commit
7e055d4e9c
@ -109,7 +109,7 @@ void sdsupdatelen(sds s) {
|
||||
sh->len = reallen;
|
||||
}
|
||||
|
||||
/* Modify an sds string on-place to make it empty (zero length).
|
||||
/* Modify an sds string in-place to make it empty (zero length).
|
||||
* However all the existing buffer is not discarded but set as free space
|
||||
* so that next append operations will not require allocations up to the
|
||||
* number of bytes previously available. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user