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


In this chapter, we brushed with various data structures or data types which Redis provides. We also wrote a few programs to see them working and made an attempt to understand how and where these data types can be used. Finally, we understood how Redis communicates with the clients and vice versa.

In the next chapter, we will take our understanding a notch higher and make an attempt to understand Redis Server and the functionality that'll handle it.