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

Chapter 3. Data Structures and Communicating Protocol in Redis

The previous chapter dealt with installation of Redis and running some simple programs. Since Redis is a datastore, so it's important to understand how Redis treats data by providing data structures to handle and store them. Also important is how Redis deals with data while communicating it to a client such as the communication protocol.