mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
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.