Design efficient web and business solutions with Redis
This book is for SQL developers who want to learn about Redis, the key value database for scalability and performance. Prior understanding of a programming language is essential; however no knowledge of NoSQL is required.
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.
Chapter 1: Introduction to NoSQL
Chapter 2: Getting Started with Redis
Chapter 3: Data Structures and Communicating Protocol in Redis
Chapter 4: Functions in Redis Server
Chapter 5: Handling Data in Redis
Chapter 6: Redis in Web Applications
Chapter 7: Redis in Business Applications
Chapter 8: Clustering
Chapter 9: Maintaining Redis