注重体验与质量的电子书资源下载网站
分类于: 编程语言 设计
简介
Redis in Action 豆 8.2分
资源最后更新于 2020-11-15 04:26:24
作者:Josiah L. Carlson
出版社:Manning Publications
出版日期:2012-01
ISBN:9781617290855
文件格式: pdf
标签: redis nosql 数据库 Redis Programming 英文版 NoSQL 计算机
简介· · · · · ·
Redis is an innovative data tool that offers more flexibility than other available NoSQL key-value stores like Cassandra or DynamoDB. Because Redis accepts hashes, strings, lists, and other structures as values, you can expand the key-value idea to a wider range of use cases. Redis works with in-memory datasets to provide lightning-fast response times, and makes it easy to pers...
目录
Table of Contents Resources
Part 1 Getting started
1 Getting to know Redis - FREE
2 Anatomy of a Redis web application - AVAILABLE
Part 2 Core concepts
3 Data structures
4 Maintaining Redis and ensuring performance
5 Using Redis for systems administration
6 Application components in Redis - AVAILABLE
7 Entire applications in Redis
8 Actually building Twitter
Part 3 Next steps
9 Reducing memory use
10 Scaling Redis up
11 Scaling Redis out
12 Scripting
Appendixes
A Quick and dirty setup
B Sample code for problems/examples in Javascript
C Sample code for problems/examples in Ruby
D Other resources and references
Part 1 Getting started
1 Getting to know Redis - FREE
2 Anatomy of a Redis web application - AVAILABLE
Part 2 Core concepts
3 Data structures
4 Maintaining Redis and ensuring performance
5 Using Redis for systems administration
6 Application components in Redis - AVAILABLE
7 Entire applications in Redis
8 Actually building Twitter
Part 3 Next steps
9 Reducing memory use
10 Scaling Redis up
11 Scaling Redis out
12 Scripting
Appendixes
A Quick and dirty setup
B Sample code for problems/examples in Javascript
C Sample code for problems/examples in Ruby
D Other resources and references