0%

Book Description

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.

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

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About this Book
  8. About the Cover Illustration
  9. Part 1. Getting started
    1. Chapter 1. Getting to know Redis
    2. Chapter 2. Anatomy of a Redis web application
  10. Part 2. Core concepts
    1. Chapter 3. Commands in Redis
    2. Chapter 4. Keeping data safe and ensuring performance
    3. Chapter 5. Using Redis for application support
    4. Chapter 6. Application components in Redis
    5. Chapter 7. Search-based applications
    6. Chapter 8. Building a simple social network
  11. Part 3. Next steps
    1. Chapter 9. Reducing memory use
    2. Chapter 10. Scaling Redis
    3. Chapter 11. Scripting Redis with Lua
  12. Appendix A. Quick and dirty setup
  13. Appendix B. Other resources and references
  14. Index
  15. List of Figures
  16. List of Tables
  17. List of Listings
18.117.77.54