mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 22:41:32 +00:00
Re-use AOF buffer when it is small enough
This commit is contained in:
committed by
antirez
parent
a57225c2cf
commit
f990782f4d
@ -76,6 +76,7 @@ sds sdscatprintf(sds s, const char *fmt, ...);
|
||||
sds sdstrim(sds s, const char *cset);
|
||||
sds sdsrange(sds s, int start, int end);
|
||||
void sdsupdatelen(sds s);
|
||||
void sdsclear(sds s);
|
||||
int sdscmp(sds s1, sds s2);
|
||||
sds *sdssplitlen(char *s, int len, char *sep, int seplen, int *count);
|
||||
void sdsfreesplitres(sds *tokens, int count);
|
||||
|
Reference in New Issue
Block a user