Sunday, February 14, 2016

Instant Redis Persistence

 
Table of Contents
Preface
Instant Redis Persistence
Using Redis as a data cache (Simple)
Ensuring data integrity (Simple)
Point-in-time recovery (Simple)
Limiting cache memory (Intermediate)
Enabling AOF with existing data (Intermediate)
Optimizing AOF performance (Intermediate)
Reducing system load from AOF rewrites (Intermediate)

Taking periodic backups with RDB (Intermediate)
Dealing with AOF corruption (Intermediate)
Maximizing performance with offline backups (Advanced)
Monitoring your persistence (Advanced)
Protecting your data via replication (Advanced)
Using Redis in a hostile environment (Advanced)

To download the book please click the download button ........................
https://drive.google.com/file/d/0B03aHmrU8BfBQ3BncXhJSTg2ZWs/view?usp=sharing


No comments:

Post a Comment