30 字
1 分钟
RedisString底层

RedisString底层#

RedisString底层是使用SDS(Simple Dynamic String)实现的,SDS是一个动态字符串,可以动态扩容。