]> git.saurik.com Git - redis.git/commit
Add generic function to grow an sds value
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Fri, 10 Dec 2010 10:58:14 +0000 (11:58 +0100)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Fri, 10 Dec 2010 10:58:21 +0000 (11:58 +0100)
commiteae33c1c813953e27dc37dfe7c3dcc246fda294f
treea57e1d8c24bd6a2e9061e1485ce38013084850c8
parent076f88d65769788113c8d4db582a7b3ec8d0fefa
Add generic function to grow an sds value

Move logic concerned with setting a bit in an sds to the SETBIT command
instead of keeping it in sds.c. The function to grow an sds can and will
be reused for a command to set a range within a string value.
src/sds.c
src/sds.h
src/t_string.c
tests/unit/basic.tcl