The Little Redis Book

墨蓝 2022-06-12 00:55 282阅读 0赞

偶然间发现了Redis的这本书,和拥有这本书的网站,感觉相当不错,一个突来的亮点,记录下来以后慢慢看。

The goal of this book is to build the foundation you’ll need to master Redis. We’ll focus on learning Redis’ five data structures and look at various data modeling approaches. We’ll also touch on some key administrative details and debugging techniques.
这本小书的目的是,为你掌握Redis建立基础知识。
重点在于学习Redis的五种数据类型,利用这些数据类型创建各种数据模型。
还会接触到一些重要的管理细节和调试技巧。

  1. http://openmymind.net/2012/1/23/The-Little-Redis-Book/
  2. The latest source of this book is available at:
  3. http://github.com/karlseguin/the-little-redis-book
  4. pdf在线地址:
  5. http://openmymind.net/redis.pdf
  6. 书的章节介绍:
  7. Chapter 1 - The Basics
  8. Chapter 2 - The Data Structures
  9. Chapter 3 - Leveraging Data Structures
  10. Chapter 4 - Beyond The Data Structures
  11. Chapter 5 - Lua Scripting
  12. Chapter 6 - Administration
  13. http://openmymind.net/
  14. 在这里你还会发现好多好东西:
  15. The Little Introduction To Programming
  16. The Little MongoDB Book
  17. The Little Go Book
  18. ...

发表评论

表情:
评论列表 (有 0 条评论,282人围观)

还没有评论,来说两句吧...

相关阅读

    相关 The Little Redis Book

    偶然间发现了Redis的这本书,和拥有这本书的网站,感觉相当不错,一个突来的亮点,记录下来以后慢慢看。 The goal of this book is to build t