目錄(58章)
倒序
- 封面
- 版權信息
- 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
- Summary
- Chapter 3. Data Structures and Communicating Protocol in Redis
- Data structures
- Data types in Redis
- Communication protocol – RESP
- Summary
- 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
- Summary
- Chapter 5. Handling Data in Redis
- Classifying data
- Master-slave data replication
- Persistence handling in Redis
- Dataset handling commands in Redis
- Summary
- Chapter 6. Redis in Web Applications
- Simple e-commerce – a Redis backed e-commerce site
- Session management
- Catalogue management
- Online analytics
- Summary
- Chapter 7. Redis in Business Applications
- Configuration management
- Client node commands
- Master node commands
- Redis configuration – data management
- Summary
- Chapter 8. Clustering
- Clusters
- Cluster pattern – master-master
- Cluster pattern – master-slave
- Configuring Redis Sentinel
- Summary
- Chapter 9. Maintaining Redis
- Maintaining ephemeral data
- Maintaining nonephemeral data
- Summary
- Index 更新時間:2021-07-16 14:08:42
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- Rake Task Management Essentials
- SQL for Data Analytics
- Java:Data Science Made Easy
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- C語言程序設計案例精粹
- SQL Server 2012數據庫管理與開發項目教程
- Elasticsearch for Hadoop
- Visual FoxPro程序設計
- 軟件項目管理實用教程
- 機器學習微積分一本通(Python版)
- MySQL程序員面試筆試寶典
- C++程序設計
- 深入淺出Python數據分析
- Learning Image Processing with OpenCV
- Java高手是怎樣煉成的:原理、方法與實踐
- Mastering ArcGIS Server Development with JavaScript
- Visual FoxPro數據庫程序設計
- Learning IBM Bluemix
- Building RESTful Web Services with PHP 7
- 編寫高質量代碼:改善JavaScript程序的188個建議
- matplotlib Plotting Cookbook
- Python 3 Text Processing with NLTK 3 Cookbook
- Mastering the Nmap Scripting Engine
- Android 5 Programming by Example
- openGauss數據庫開發實戰
- Go語言學習指南:慣例模式與編程實踐
- Android App開發入門與實戰
- C語言程序設計實訓指導與習題
- 深入學習Go語言