Question Title

* 1. What are the two types of data persistence offered by Redis Cache?

Question Title

* 2. Where is the data stored when you use AOF (Append-only file).

Question Title

* 3. How often is the write operation saved in AOF?

Question Title

* 4. Pick the correct statement about RDB.

Question Title

* 5. What is the frequency of Backup in RDB

Question Title

* 6. When will the cache from RDB be reconstructed using the most recent snapshot.?

Question Title

* 7. When data is backed up which backup system will have the bigger data set.

Question Title

* 8. When will the cache be rebuilt from AOF log?

Question Title

* 9. What will happen When AOF file becomes large enough.

Question Title

* 10. Does AOF persistence affect throughput, latency?

T