Learning Redis

Download Learning Redis PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Learning Redis book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Learning Redis

This book will introduce Redis and help you understand its various facets. Starting with an introduction to NoSQL, you will learn how to install Redis and how to classify and work with data structures. By working with real world scenarios pertaining to using Redis, you will discover sharding and indexing techniques, along with how to improve scalability and performance through persistent strategies and data migration techniques. With the help of multiple examples, you will learn to design web and business applications. You will also learn how to configure Redis for setting up clusters and tuning it for performance. At the end of this book, you will find essential tips on backup and recovery strategies for the Redis environment.
Redis in Action

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 Getting to know Redis Anatomy of a Redis web application PART 2 CORE CONCEPTS Commands in Redis Keeping data safe and ensuring performance Using Redis for application support Application components in Redis Search-based applications Building a simple social network PART 3 NEXT STEPS Reducing memory use Scaling Redis Scripting Redis with Lua
Redis Unlocked: Advanced Techniques and Strategies for Efficient Data Management

Unlock the full potential of Redis and elevate your application's performance with "Redis Unlocked: Advanced Techniques and Strategies for Efficient Data Management." This expertly crafted guide is essential for mastering Redis, the dynamic in-memory database renowned for its speed and flexibility. Whether you're new to Redis or an experienced developer aiming to enhance your expertise, this book offers a profound exploration of Redis’s rich feature set. The book opens with a thorough introduction to Redis, its core principles, and architectural design before delving into advanced topics, including sophisticated data structures, comprehensive memory management, and key operations. Discover the intricacies of transactions, pipelines, the Pub/Sub model, and effective strategies for securing and managing Redis instances. It also covers persistence strategies, backup solutions, clustering, high availability, and provides valuable insights into performance tuning and optimization. "Redis Unlocked" blends foundational knowledge with advanced topics, equipping you with the skills to design, optimize, and manage Redis deployments that scale dynamically and maintain superior performance under challenging workloads. You'll find practical examples, real-world case studies, and best practices to guide you in leveraging Redis's full capabilities in your solutions. Embark on this advanced journey with "Redis Unlocked: Advanced Techniques and Strategies for Efficient Data Management" and harness Redis's power to build fast, scalable, and resilient applications.