Explain how you can update memcached when data changes?
Answer / Teekaram Saraswat
To update Memcached when data changes, you can implement a technique called touch-expire. This involves periodically touching (updating the item's timestamp) cached items to keep them alive. If an item is no longer needed or has changed, it should be explicitly deleted from Memcached. Additionally, some applications use a cache invalidation strategy where affected items are removed from Memcached when their corresponding data changes in the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the major benefits of continuous integration ?
Explain the role of DevOps?
What is continuous testing?
What is resilience test?
What is IaC in DevOps?
What are DevOps skills?
Mention some important features of memcached?
What role does qa play in devops?
What do you mean by DevOps?
What is DevOps culture?
What is configuration management in terms of infrastructure and mention a few popular tools used?
Explain how “infrastructure of code” is processed or executed in aws?