mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Merge pull request #3283 from ideal/unstable
fix mistake in comment in object.c
This commit is contained in:
commit
226f679651
@ -97,7 +97,7 @@ robj *createEmbeddedStringObject(const char *ptr, size_t len) {
|
||||
}
|
||||
|
||||
/* Create a string object with EMBSTR encoding if it is smaller than
|
||||
* REIDS_ENCODING_EMBSTR_SIZE_LIMIT, otherwise the RAW encoding is
|
||||
* OBJ_ENCODING_EMBSTR_SIZE_LIMIT, otherwise the RAW encoding is
|
||||
* used.
|
||||
*
|
||||
* The current limit of 39 is chosen so that the biggest string object
|
||||
|
Loading…
Reference in New Issue
Block a user