更新时间:2021-07-16 14:08:42
封面
版权信息
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Chapter 1. Introduction to NoSQL
An Internet-enabled world
The NoSQL primer
Summary
Chapter 2. Getting Started with Redis
Installing Redis on Windows
Installing Redis on Mac OS
Hello World in Redis
Chapter 3. Data Structures and Communicating Protocol in Redis
Data structures
Data types in Redis
Communication protocol – RESP
Chapter 4. Functions in the Redis Server
Real-time messaging (PUB/SUB)
Pipelines in Redis
Transactions in Redis
Scripting in Redis
Brief introduction on Lua
Connection management
Chapter 5. Handling Data in Redis
Classifying data
Master-slave data replication
Persistence handling in Redis
Dataset handling commands in Redis
Chapter 6. Redis in Web Applications
Simple e-commerce – a Redis backed e-commerce site
Session management
Catalogue management
Online analytics
Chapter 7. Redis in Business Applications
Configuration management
Client node commands
Master node commands
Redis configuration – data management
Chapter 8. Clustering
Clusters
Cluster pattern – master-master
Cluster pattern – master-slave
Configuring Redis Sentinel
Chapter 9. Maintaining Redis
Maintaining ephemeral data
Maintaining nonephemeral data
Index