mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 09:30:55 +00:00
fix mistake comment in object.c
This commit is contained in:
parent
8c4f4d12d8
commit
4067132092
@ -97,7 +97,7 @@ robj *createEmbeddedStringObject(const char *ptr, size_t len) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Create a string object with EMBSTR encoding if it is smaller than
|
/* 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.
|
* used.
|
||||||
*
|
*
|
||||||
* The current limit of 39 is chosen so that the biggest string object
|
* The current limit of 39 is chosen so that the biggest string object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user