- Learning Redis
- Vinoo Das
- 66字
- 2025-02-21 03:07:48
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.