47,99 €
inkl. MwSt.
Versandkostenfrei*
Versandfertig in über 4 Wochen
payback
24 °P sammeln
  • Broschiertes Buch

 Written by leading Redis expert
 Explores new ways to solve problems using Redis
 Contains tips, tricks and techniques to improve Redis skills
Product Description 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, the key-value idea can be expanded to a wider range of use cases. Redis works with in-memory datasets to provide lightning-fast response times. It's free, open source, and easy to utilize from most standard…mehr

Produktbeschreibung
 Written by leading Redis expert

 Explores new ways to solve problems using Redis

 Contains tips, tricks and techniques to improve Redis skills

Product Description
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, the key-value idea can be expanded to a wider range of use cases. Redis works with in-memory datasets to provide lightning-fast response times. It's free, open source, and easy to utilize from most standard programming languages.



Redis in Action
is an example-driven book that introduces Redis and shows how to use it effectively. First, it demonstrates how to properly set up Redis and explores the key-value model. Then, it dives into real use cases including simple caching and distributed ad targeting. It teaches 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.

AUDIENCE

Written for developers familiar with database concepts and system administrators comfortable with programming. No prior exposure to Redis or other NoSQL databases required.

ABOUT THE TECHNOLOGY

Redis is an in-memory nonrelational (noSQL) database that has been gaining popularity due to its ease of use, high performance, and ability to be used in many different situations.
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
Autorenporträt
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.