redis笔记_源码_简单动态字符串SDS
参照:https://zcheng.ren/sourcecodeanalysis/theannotatedredissourcesds/#sds%E5%B0%8F%E7%BB%93
这里用char buf[] 而不用char* buf 的原因是方便内存释放
参照:https://zcheng.ren/sourcecodeanalysis/theannotatedredissourcesds/#sds%E5%B0%8F%E7%BB%93
这里用char buf[] 而不用char* buf 的原因是方便内存释放