分类: 后端通用

21 篇文章

Redis基础知识
1. redis的数据结构 1.1 String 1.1.1 底层结构 Redis 中的 string 类型底层实现使用了 SDS(Simple Dynamic String),是因为 SDS 提供了…