mirror of
https://github.com/fluencelabs/redis
synced 2025-03-16 15:40:49 +00:00
parent
df484c7a2c
commit
74aeb27a26
@ -43,7 +43,7 @@
|
||||
* The string is always null-termined (all the sds strings are, always) so
|
||||
* even if you create an sds string with:
|
||||
*
|
||||
* mystring = sdsnewlen("abc",3");
|
||||
* mystring = sdsnewlen("abc",3);
|
||||
*
|
||||
* You can print the string with printf() as there is an implicit \0 at the
|
||||
* end of the string. However the string is binary safe and can contain
|
||||
|
Loading…
x
Reference in New Issue
Block a user