2022-01-25 Redis深入理解 Redis 字符串原文地址:原文作者:本文永久链接:特别说明当前文章内容迁移中,如有问题,请提交 issues 谢谢 ~~简单动态字符串SDS 在 Redis 中的作用实现字符串对象替代 char* 类型的数据C 语言中,字符串的实现是以结尾为 \0 的 char 数组实现的。参考文章简单动态字符串author: Starrier Organizationlink: https://article.starrier.org/blogs/redis-string.htmlCopyright notice: All articles on this website, unless otherwise stated, adopt MIT reprint polocy. If reproduced, please indicate source!