How you can update memcached when data changes?
Answer / Pushpender Singh
To update Memcached when data changes, you need to implement a technique called touch-expire or eviction policy:
1. Touch-Expire: In this method, the client updates the expiration time of the cache every time data is accessed. This ensures that the data in the cache stays up-to-date as long as it's being accessed frequently.
2. Eviction Policy: When the cache reaches its maximum capacity, an eviction policy such as LRU (Least Recently Used) or LFU (Least Frequently Used) is used to remove old data and make room for new updates.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name a few branching strategies used in devops?
How does http work?
Is DevOps related to cloud computing?
How is DevOps different from Agile SDLC?
What’s a PTR in DNS?
Can you explain the uses of the tools just mentioned and how they connect to give a devops model (ci/cd)?
What all the major containerization tools in devops ?
What are the core operations of DevOps in terms of development and Infrastructure?
List out some popular tools for DevOps?
Define a typical devops work flow ?
Explain continuous integration.
What is kubernetes? Explain