出版社: Manning Publications
出版年: 2012-4
页数: 325
定价: USD 44.99
装帧: Paperback
ISBN: 9781617290855
内容简介 · · · · · ·
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...
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 persist data to disk on the fly. It's free, open source, and easy to utilize from most standard programming languages.
Redis in Action introduces Redis and walks you through examples that demonstrate how to use it effectively. You'll begin by getting Redis set up properly and then exploring the key-value model. Then, you'll dive into real use cases including simple caching, distributed ad targeting, and more. You'll learn how to scale Redis from small jobs to massive datasets. Experienced developers will appreciate chapters on clustering Redis and internal scripting to make programming for Redis it easier to use.
作者简介 · · · · · ·
Dr. Josiah L Carlson is well known as an active and helpful contributor on the Redis mailing list. He has given talks about real-world uses of Redis, including building a self-service ad network, prioritizing task queues, web spiders, a Twitter analytics platform, real-time search engines, and more.
目录 · · · · · ·
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
· · · · · · (更多)
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
· · · · · · (收起)
喜欢读"Redis in Action"的人也喜欢的电子书 · · · · · ·
喜欢读"Redis in Action"的人也喜欢 · · · · · ·
Redis in Action的书评 · · · · · · ( 全部 9 条 )

《Redis实战》书评

代码对齐很成问题啊。。。

Redis in Action

redis3+spring分布式nosql实战
> 更多书评 9篇
这本书的其他版本 · · · · · · ( 全部2 )
-
人民邮电出版社 (2015)8.1分 515人读过
以下书单推荐 · · · · · · ( 全部 )
- 读书2013 (4号)
- Redis (如果这样就)
- Code (丘)
- Redis 相关书籍 (huangz)
- manning系列 (Blackopsgo)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有213人想读,手里有一本闲着?
订阅关于Redis in Action的评论:
feed: rss 2.0
0 有用 ioccc 2018-06-28 06:20:15
比较枯燥
0 有用 bexion 2015-12-06 13:53:37
案例太多,不太喜欢
0 有用 刘家宝树 2018-10-10 22:38:15
结构安排感觉不是很合理 去读官网文档了
1 有用 NoWhere 2014-12-09 00:34:16
实操性强
0 有用 codepiano 2013-12-09 21:59:00
schema free的数据库,到最后还是类似分库分表主从读写分离之类的分布式概念