目錄(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
推薦閱讀
- Photoshop智能手機APP UI設計之道
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Mastering Predictive Analytics with Python
- Node.js Design Patterns
- Python深度學習:模型、方法與實現
- Java程序員面試筆試寶典(第2版)
- Developing SSRS Reports for Dynamics AX
- 零基礎學C語言程序設計
- 智能手機故障檢測與維修從入門到精通
- C語言程序設計實驗指導與習題精解
- Building Scalable Apps with Redis and Node.js
- 大象:Thinking in UML(第二版)
- Building E-Commerce Solutions with WooCommerce(Second Edition)
- C++教程
- Swift語言實戰晉級(第2版)
- vSphere High Performance Cookbook(Second Edition)
- 代碼揭秘
- 小學生C++編程課堂(新手篇)
- 面向WebAssembly編程:應用開發方法與實踐
- Hands-On Full Stack Development with Angular 5 and Firebase
- Hands-On Design Patterns with Kotlin
- Machine Learning with R Cookbook
- 自然語言處理實戰:從入門到項目實踐
- Java程序設計經典300例
- Developing AR Games for iOS and Android
- JavaScript權威指南(原書第7版)
- 軟件架構設計:實用方法及實踐
- Flutter組件詳解與實戰
- Python數據整理
- Android開發藝術探索