Redis in Action

Redis in Action

简介:

本书介绍了Redis,并通过示例演示了如何有效地使用它。您将首先正确设置Redis,然后探索键值模型。然后,您将深入了解实际用例,包括简单缓存,分布式广告定位等。您将学习如何将Redis从小型作业扩展到大型数据集。经验丰富的开发人员将欣赏有关集群和内部脚本的章节,以使Redis更易于使用。当您需要近乎实时地访问快速移动的数据流时,像Redis这样的键值存储是一种选择。Redis通过接受各种数据类型 (包括哈希、字符串、列表和其他结构) 来扩展键值模式。它在内存中的数据集上提供了闪电般的快速操作,并且还可以轻松地将其保留到磁盘上。另外,它是免费和开源的。

英文简介:

This book 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 and internal scripting to make Redis easier to use.

When you need near-real-time access to a fast-moving data stream, key-value stores like Redis are the way to go. Redis expands on the key-value pattern by accepting a wide variety of data types, including hashes, strings, lists, and other structures. It provides lightning-fast operations on in-memory datasets, and also makes it easy to persist to disk on the fly. Plus, it's free and open source.

书名
Redis in Action
译名
Redis 实战
语言
英语
年份
2013
页数
322页
大小
8.81 MB
下载
pdf iconRedis in Action.pdf
密码
65536

最后更新:2025-04-12 23:57:41

←Regression Models for Data Science in R

→O'Reilly HBase: The Definitive Guide