Redis 4.x Cookbook: Over 80 hand-picked recipes for effective Redis development and administration

Pengcheng Huang, Zuofei Wang

  • 出版商: Packt Publishing
  • 出版日期: 2018-02-27
  • 售價: $1,770
  • 貴賓價: 9.5$1,682
  • 語言: 英文
  • 頁數: 382
  • 裝訂: Paperback
  • ISBN: 1783988169
  • ISBN-13: 9781783988167
  • 相關分類: Key-Value Store
  • 海外代購書籍(需單獨結帳)

商品描述

Leverage the power of Redis 4.x to develop, optimize and administer your Redis solutions with ease

Key Features

  • Build, deploy and administer high performance and scalable applications in Redis
  • Covers a range of important tasks - including development and administration of Redis
  • A practical guide that takes your understanding of Redis to the next level

Book Description

Redis is considered the world's most popular key-value store database. Its versatility and the wide variety of use cases it enables have made it a popular choice of database for many enterprises. Based on the latest version of Redis, this book provides both step-by-step recipes and relevant the background information required to utilize its features to the fullest. It covers everything from a basic understanding of Redis data types to advanced aspects of Redis high availability, clustering, administration, and troubleshooting. This book will be your great companion to master all aspects of Redis.

The book starts off by installing and configuring Redis for you to get started with ease. Moving on, all the data types and features of Redis are introduced in detail. Next, you will learn how to develop applications with Redis in Java, Python, and the Spring Boot web framework. You will also learn replication tasks, which will help you to troubleshoot replication issues. Furthermore, you will learn the steps that need to be undertaken to ensure high availability on your cluster and during production deployment. Toward the end of the book, you will learn the topmost tasks that will help you to troubleshoot your ecosystem efficiently, along with extending Redis by using different modules.

What you will learn

  • Install and configure your Redis instance
  • Explore various data types and commands in Redis
  • Build client-side applications as well as a Big Data framework with Redis
  • Manage data replication and persistence in Redis
  • Implement high availability and data sharding in Redis
  • Extend Redis with Redis Module
  • Benchmark, debug, fine-tune and troubleshoot various issues in Redis

Who This Book Is For

This book is for database administrators, developers and architects who want to tackle the common and not so common problems associated with the different development and administration-related tasks in Redis. A fundamental understanding of Redis is expected to get the best out of this book.

Table of Contents

  1. Getting Started with Redis
  2. Data Types
  3. Data Features
  4. Developing with Redis
  5. Replication
  6. Persistence
  7. High Availability and Cluster Architecture
  8. High Availability and Cluster Architecture
  9. Administration
  10. TroubleShooting
  11. Extending Redis with Redis Module
  12. More about Redis Ecosystem
  13. Appendix