Book Image

Learning Redis

By : Vinoo Das
Book Image

Learning Redis

By: Vinoo Das

Overview of this book

Table of Contents (16 chapters)
Learning Redis
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


So in this chapter, we learnt how to make a simple e-commerce site with Redis as its backbone. Also, we learnt how Redis can come handy for doing online analytics. This sample site lacked the capability for scalability which we learnt in the previous chapters. I would urge the readers to add that capability to this code base as an exercise and have fun with this awesome datastore.

In the next chapter, I will divulge how to use Redis in business applications, and make a few applications that are commonly used in all the business applications.