Redis基础知识 Redis | sanjin | 2024-12-02 21:23 1. redis的数据结构 1.1 String 1.1.1 底层结构 Redis 中的 string 类型底层实现使用了 SDS(Simple Dynamic String),是因为 SDS 提供了… 技术