Search icon CANCEL
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Redis 4.x Cookbook

You're reading from  Redis 4.x Cookbook

Product type Book
Published in Feb 2018
Publisher Packt
ISBN-13 9781783988167
Pages 382 pages
Edition 1st Edition
Languages

Table of Contents (21) Chapters

Title Page
Dedication
Packt Upsell
Foreword
Contributors
Preface
1. Getting Started with Redis 2. Data Types 3. Data Features 4. Developing with Redis 5. Replication 6. Persistence 7. Setting Up High Availability and Cluster 8. Deploying to a Production Environment 9. Administrating Redis 10. Troubleshooting Redis 11. Extending Redis with Redis Modules 12. The Redis Ecosystem 13. Windows Environment Setup
1. Other Books You May Enjoy Index

Introduction


We learned the data types and many useful features of Redis in Chapter 2, Data Types and Chapter 3, Data Features. In this chapter, we'll focus on the topic of application development with Redis.

First, we start by introducing some common Redis use cases to give you a brief idea of how Redis works in the real world.

After that, some guidelines will be provided for how to choose correct value types and APIs. It's very essential to follow these guidelines when developing applications with Redis because unlike most RDBMSes, you barely do anything to optimize the processing power of Redis by only tweaking the configuration on the server side. Using proper data types and APIs at the very beginning of application design is the key factor for making full use of the high performance of Redis and avoiding its pitfalls at the same time.

After the design guidelines, we are going to show how to develop an application with Redis using Java and Python. Spring Data Redis is also covered for web...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}