Redis in Action

Cover of Redis in Action by Josiah L Carlson
Publisher: Manning
Year: 2013
Language: en
Edition: First Edition
Pages: 320
ISBN-13: 9781617290855
Dimensions:
Height: 9.25 Inches
Length: 7.38 Inches
Weight: 1.21695168624 Pounds
Width: 0.8 Inches
Dewey Decimal: 005.7575
Editorial overview Touché

Redis in Action by Josiah L Carlson, published by Manning on June 28, 2013, is a comprehensive guide designed for developers looking to understand and utilize Redis effectively. This first edition spans 320 pages and is written in English. The book introduces Redis and the key-value model, providing practical examples that cover setup, real use cases such as caching and distributed ad targeting, and scaling from small jobs to large datasets.

Readers will find in-depth discussions on various topics, including managing in-memory datasets and persisting data to disk. The book also delves into advanced features like clustering and internal scripting, making it suitable for experienced developers as well as systems administrators familiar with programming. With a focus on real-time data access and integration with traditional RDBMS or other NoSQL stores, this resource serves as a valuable tool for those interested in database administration and management.


Official synopsis Publisher

Summary

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

About the Technology

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.

About this book

Redis in Action introduces Redis and the key-value model. You’ll quickly 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 and discover how to integrate with traditional RDBMS or other NoSQL stores. Experienced developers will appreciate the in-depth chapters on clustering and internal scripting.

Written for developers familiar with database concepts. No prior exposure to NoSQL database concepts nor to Redis itself is required. Appropriate for systems administrators comfortable with programming.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

What’s Inside

  • Redis from the ground up
  • Preprocessing real-time data
  • Managing in-memory datasets
  • Pub/sub and configuration
  • Persisting to disk

About the Author

Dr. Josiah L. Carlson is a seasoned database professional and an active contributor to the Redis community.

Table of Contents

    PART 1 GETTING STARTED
  1. Getting to know Redis
  2. Anatomy of a Redis web application
  3. PART 2 CORE CONCEPTS

  4. Commands in Redis
  5. Keeping data safe and ensuring performance
  6. Using Redis for application support
  7. Application components in Redis
  8. Search-based applications
  9. Building a simple social network
  10. PART 3 NEXT STEPS

  11. Reducing memory use
  12. Scaling Redis
  13. Scripting Redis with Lua

FAQ
What is “Redis in Action” about?
This page includes the available description and bibliographic details for “Redis in Action” by Josiah L Carlson. Synopsis preview: SummaryRedis 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 i…
Who is the author of “Redis in Action”?
“Redis in Action” is credited to Josiah L Carlson.
When was “Redis in Action” published?
Publisher: Manning. Year: 2013.
What is the ISBN for “Redis in Action”?
ISBN-13: 9781617290855.
What are the book details (language, pages, edition)?
Language: en. Pages: 320. Edition: First Edition.

Related Books by Topic