SETRANGE
- The
offset
cannot exceed 536870911. - If the
offset
is larger than the length of the specified string, the string will be padded with zeros up to theoffset
. - If the does not exist, its associated string is an empty string. The resulted new string is constructed with zeros up to the given
offset
and then appended with the givenvalue
.
"OK"
8
"Yugabyte"