更新时间:2021-04-02 20:38:21
coverpage
Mastering Redis
Credits
About the Author
About the Reviewers
www.PacktPub.com
eBooks discount offers and more
Preface
The philosophy behind Redis
What this book covers
Earn your Mastering Redis Open Badge
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Why Redis?
Is Redis right for me?
Experimenting with Redis
Popular usage patterns
Redis isn't right because …try again soon!
Summary
Chapter 2. Advanced Key Management and Data Structures
Redis keys
Manually creating a Redis schema
Deconstructing a Redis object mapper
Big O notation
Reviewing the time complexity of Redis data structures
Sorted sets
Advanced sorted set operations
Bitstrings and bit operations
HyperLogLogs
Chapter 3. Managing RAM – Tips and Techniques for Redis Memory Management
Configuring Redis
32-bit Redis
Key expiration
LRU key evictions
Creating memory efficient Redis data structures
Hardware and network latencies
Operating system tips
Chapter 4. Programming Redis Part One – Redis Core Clients and Languages
Redis internals
Coroutines using Redis and Python
Chapter 5. Programming Redis Part Two – Lua Scripting Administration and DevOps
The use of Lua in Redis
Using KEYS and ARGV with Redis
Advanced Lua scripting with Redis
Programming Redis administration topics
Redis role in DevOps
Chapter 6. Scaling with Redis Cluster and Sentinel
Approaches to partitioning data
Clustering Redis with Twemproxy
Redis Cluster background
Overview of running Redis Cluster
Using Redis Cluster
Monitoring with Redis Sentinel
Chapter 7. Redis and Complementary NoSQL Technologies
The proliferation of NoSQL
Redis as an analytics complement to MongoDB
Redis as a preprocessor complement to ElasticSearch
Redis as a smart cache complement to Fedora Commons
Chapter 8. Docker Containers and Cloud Deployments
Linux containers
Docker basics with Redis
Layers in Docker images
Hosting and publishing Docker images
Docker and Redis issues
Packaging your application with Docker Compose
Redis and AWS
Dedicated cloud hosting options
Redis Labs
Chapter 9. Task Management and Messaging Queuing
Overview of Redis Pub/Sub
Pub/Sub RESP replies
Redis Pub/Sub in action
Redis keyspace notifications
Task management with Redis and Celery
GIS and RestMQ
Messaging with Redis technologies
Chapter 10. Measuring and Managing Information Streams
Extracting transforming and loading information with Redis
Machine learning and Redis
Appendix A. Sources
Chapter 1: Why Redis?
Chapter 2: Advanced Key Management and Data Structures
Chapter 3: Managing RAM – Tips and Techniques for Redis Memory Management
Chapter 6: Scaling with Redis Cluster and Sentinel
Chapter 7: Redis and Complementary NoSQL Technologies
Chapter 10: Measuring and Managing Information Streams
Index