• Pieter Noordhuis's avatar
    Add generic function to grow an sds value · eae33c1c
    Pieter Noordhuis authored
    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.
    eae33c1c
t_string.c 9.91 KB