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 is configuration management in terms of infrastructure and mention a few popular tools used?
What are the advantages of devops int respect of technical and business perspective?
What are the DevOps tools?
Why are configuration management processes and tools important?
What are the core operations of DevOps in terms of development and Infrastructure?
What are the advantages of test driven development?
What is the role of aws in devops ?
Name three important devops kpis?
What is Git?
What are the advantages of nosql database over rdbms?
What are your expectations from a career perspective of devops?
Can you explain the uses of the tools just mentioned and how they connect to give a devops model (ci/cd)?