"vscode:/vscode.git/clone" did not exist on "6375e5dc0ec1d09740f3a4c6173e3a1b20755388"
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.
Please register or sign in to comment