- Redis - 知识体系
- Redis(Remote Dictionary Server ),即远程字典服务,是一个开源的使用 ANSI C 语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value 数据库,并提供多种语言的 API。
# 学习资料
Redis教程:http://www.w3cschool.cn/redis/redis-intro.html (opens new window)
redis英文文档:https://redis.io/topics/data-types (opens new window)
redis中文文档:http://www.redis.cn/documentation.html (opens new window)
《redis设计与实现 3.0版本》:http://redisbook.com/index.html (opens new window)
redis菜鸟教程:https://www.runoob.com/redis/redis-tutorial.html (opens new window)
redis源码解读 3.2.8版本:https://blog.csdn.net/men_wen/article/details/75668345 (opens new window)
以上来源:
https://www.pdai.tech/md/db/nosql-redis/db-redis-overview.html
更新时间: 2023/09/18, 16:34:13